#BDC033

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

Shades of Fuego #BDC033

Tints of Fuego #BDC033

Color information

#BDC033 (or 0xBDC033) is unknown color: approx Fuego. HEX triplet: BD, C0 and 33. RGB value is (189,192,51). Sum of RGB (Red+Green+Blue) = 189+192+51=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC033 is #423FCC. Grayscale: #AFAFAF. Windows color (decimal): -4341709 or 3391677. OLE color: 3391677.

HSL color Cylindrical-coordinate representation of color #BDC033: hue angle of 61.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC033 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB18919251-
CMYK0.0200.730.25
HSL61.28º58.02%47.65%-
HSV(B)61.28º73.44%75.29%-
XYZ40.4348.7610.41-
YUV175.0358.01137.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 192 (75.39% from 255) = 44.44%
BLUE value IS 51 (20.31% from 255) = 11.81%
R=43.75%
G=44.44%
B=11.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192510.0200.730.2561.2858.0247.65
HexBDC0332049193d3a30
Octal275300632011131757260
Binary1011110111000000110011100100100111001111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC033; }

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

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

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

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

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

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

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

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