#BDC232

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

Shades of Fuego #BDC232

Tints of Fuego #BDC232

Color information

#BDC232 (or 0xBDC232) is unknown color: approx Fuego. HEX triplet: BD, C2 and 32. RGB value is (189,194,50). Sum of RGB (Red+Green+Blue) = 189+194+50=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC232 is #423DCD. Grayscale: #B0B0B0. Windows color (decimal): -4341198 or 3326653. OLE color: 3326653.

HSL color Cylindrical-coordinate representation of color #BDC232: hue angle of 62.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDC232 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18919450-
CMYK0.0300.740.24
HSL62.08º59.02%47.84%-
HSV(B)62.08º74.23%76.08%-
XYZ40.8549.6310.44-
YUV176.0956.84137.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=43.65%
G=44.80%
B=11.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194500.0300.740.2462.0859.0247.84
HexBDC232304A183e3b30
Octal275302623011230767360
Binary1011110111000010110010110100101011000111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC232; }

 p { color: rgb(189,194,50); }

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

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

 a { background-color: rgb(189,194,50); }

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

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

 span { border-color: rgb(189,194,50); }

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