Html Css Color HEX #BDD529 Fuego

📋 copy color: '#BDD529'

red 189 ◦ green 213 ◦ blue 41

#BDD529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BDD529

Tints of Fuego #BDD529

RGB

 RED value IS 189 (74.22% from 255) = 42.66%

 GREEN value IS 213 (83.59% from 255) = 48.08%

 BLUE value IS 41 (16.41% from 255) = 9.26%

R = 42.66%
G = 48.08%
B = 9.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD529 (or 0xBDD529) is known color: Fuego. HEX triplet: BD, D5 and 29. RGB value is (189,213,41). Sum of RGB (Red+Green+Blue) = 189+213+41=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD529 is #422AD6. Grayscale: #BABABA. Windows color (decimal): -4336343 or 2741693. OLE color: 2741693.

HSL color Cylindrical-coordinate representation of color #BDD529: hue angle of 68.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDD529 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 41 -
CMYK 0.11 0 0.81 0.16
HSL 68.37º 0.68% 0.5% -
HSV(B) 68.37º 0.81% 0.84% -
XYZ 45.18 58.57 11.02 -
YUV 186.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 189 213 41 0.11 0 0.81 0.16 68.37 0.68 0.5
Hex BD D5 29 B 0 51 10 44 44 32
Octal 275 325 51 13 0 121 20 104 104 62
Binary 10111101 11010101 101001 1011 0 1010001 10000 1000100 1000100 110010

Color Harmonies of #BDD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD529

Black with #BDD529

Text Example


Text Example

White with #BDD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD529; }

 p { color: rgb(189,213,41); }

 H1.HeaderClassName
 {
   color: #BDD529;
 }
 .AnyTagClassName
 {
   color: #BDD529;
 }
</style>

background-color css

<style>
 a { background-color: #BDD529; }

 a { background-color: rgb(189,213,41); }

 div.DivClassName
 {
   background-color: #BDD529;
 }
 .BgClassName
 {
   background-color: #BDD529;
 }
</style>

border-color css

<style>
 span { border-color: #BDD529; }

 span { border-color: rgb(189,213,41); }

 td.TdClassName
 {
   border-color: #BDD529;
 }
 .TagClassName
 {
   border-color: #BDD529;
 }
</style>