Html Css Color HEX #BDDB29 Fuego

📋 copy color: '#BDDB29'

red 189 ◦ green 219 ◦ blue 41

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

Shades of Fuego #BDDB29

Tints of Fuego #BDDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 42.09%
G = 48.78%
B = 9.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#BDDB29 (or 0xBDDB29) is known color: Fuego. HEX triplet: BD, DB and 29. RGB value is (189,219,41). Sum of RGB (Red+Green+Blue) = 189+219+41=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB29 is #4224D6. Grayscale: #BEBEBE. Windows color (decimal): -4334807 or 2743229. OLE color: 2743229.

HSL color Cylindrical-coordinate representation of color #BDDB29: hue angle of 70.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDDB29 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 41 -
CMYK 0.14 0 0.81 0.14
HSL 70.11º 0.71% 0.51% -
HSV(B) 70.11º 0.81% 0.86% -
XYZ 46.72 61.64 11.53 -
YUV 189.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 189 219 41 0.14 0 0.81 0.14 70.11 0.71 0.51
Hex BD DB 29 E 0 51 E 46 47 33
Octal 275 333 51 16 0 121 16 106 107 63
Binary 10111101 11011011 101001 1110 0 1010001 1110 1000110 1000111 110011

Color Harmonies of #BDDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB29

Black with #BDDB29

Text Example


Text Example

White with #BDDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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