#BDCC33

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

Shades of Fuego #BDCC33

Tints of Fuego #BDCC33

Color information

#BDCC33 (or 0xBDCC33) is unknown color: approx Fuego. HEX triplet: BD, CC and 33. RGB value is (189,204,51). Sum of RGB (Red+Green+Blue) = 189+204+51=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC33 is #4233CC. Grayscale: #B6B6B6. Windows color (decimal): -4338637 or 3394749. OLE color: 3394749.

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

Color convert

RGB18920451-
CMYK0.0700.750.2
HSL65.88º60%50%-
HSV(B)65.88º75%80%-
XYZ43.1854.2411.33-
YUV182.0754.03132.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 51 (20.31% from 255) = 11.49%
R=42.57%
G=45.95%
B=11.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204510.0700.750.265.886050
HexBDCC33704B14423c32
Octal2753146370113241027462
Binary101111011100110011001111101001011101001000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC33; }

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

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

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

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

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

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

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

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