#BDCA33

Color #BDCA33 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BDCA33

Tints of Fuego #BDCA33

Color information

#BDCA33 (or 0xBDCA33) is unknown color: approx Fuego. HEX triplet: BD, CA and 33. RGB value is (189,202,51). Sum of RGB (Red+Green+Blue) = 189+202+51=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA33 is #4235CC. Grayscale: #B5B5B5. Windows color (decimal): -4339149 or 3394237. OLE color: 3394237.

HSL color Cylindrical-coordinate representation of color #BDCA33: hue angle of 65.17º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDCA33 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB18920251-
CMYK0.0600.750.21
HSL65.17º59.68%49.61%-
HSV(B)65.17º74.75%79.22%-
XYZ42.753.311.17-
YUV180.954.69133.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=42.76%
G=45.70%
B=11.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202510.0600.750.2165.1759.6849.61
HexBDCA33604B15413c32
Octal2753126360113251017462
Binary101111011100101011001111001001011101011000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA33; }

 p { color: rgb(189,202,51); }

 H1.HeaderClassName
 {
   color: #BDCA33;
 }
 .AnyTagClassName
 {
   color: #BDCA33;
 }
</style>
background-color css

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

 a { background-color: rgb(189,202,51); }

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

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

 span { border-color: rgb(189,202,51); }

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