#BDC93B

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

Shades of Fuego #BDC93B

Tints of Fuego #BDC93B

Color information

#BDC93B (or 0xBDC93B) is unknown color: approx Fuego. HEX triplet: BD, C9 and 3B. RGB value is (189,201,59). Sum of RGB (Red+Green+Blue) = 189+201+59=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC93B is #4236C4. Grayscale: #B5B5B5. Windows color (decimal): -4339397 or 3918269. OLE color: 3918269.

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

Color convert

RGB18920159-
CMYK0.0600.710.21
HSL65.07º56.8%50.98%-
HSV(B)65.07º70.65%78.82%-
XYZ42.6652.9112.1-
YUV181.2259.02133.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 59 (23.44% from 255) = 13.14%
R=42.09%
G=44.77%
B=13.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201590.0600.710.2165.0756.850.98
HexBDC93B604715413933
Octal2753117360107251017163
Binary101111011100100111101111001000111101011000001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC93B; }

 p { color: rgb(189,201,59); }

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

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

 a { background-color: rgb(189,201,59); }

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

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

 span { border-color: rgb(189,201,59); }

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