Html Css Color HEX #BDDB31 Fuego

📋 copy color: '#BDDB31'

red 189 ◦ green 219 ◦ blue 49

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

Shades of Fuego #BDDB31

Tints of Fuego #BDDB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.72%

R = 41.36%
G = 47.92%
B = 10.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#BDDB31 (or 0xBDDB31) is known color: Fuego. HEX triplet: BD, DB and 31. RGB value is (189,219,49). Sum of RGB (Red+Green+Blue) = 189+219+49=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB31 is #4224CE. Grayscale: #BFBFBF. Windows color (decimal): -4334799 or 3267517. OLE color: 3267517.

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

Color convert

RGB 189 219 49 -
CMYK 0.14 0 0.78 0.14
HSL 70.59º 0.7% 0.53% -
HSV(B) 70.59º 0.78% 0.86% -
XYZ 46.87 61.7 12.35 -
YUV 190.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 189 219 49 0.14 0 0.78 0.14 70.59 0.7 0.53
Hex BD DB 31 E 0 4E E 47 46 35
Octal 275 333 61 16 0 116 16 107 106 65
Binary 10111101 11011011 110001 1110 0 1001110 1110 1000111 1000110 110101

Color Harmonies of #BDDB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB31

Black with #BDDB31

Text Example


Text Example

White with #BDDB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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