#BCB130

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

Shades of Earls Green #BCB130

Tints of Earls Green #BCB130

Color information

#BCB130 (or 0xBCB130) is unknown color: approx Earls Green. HEX triplet: BC, B1 and 30. RGB value is (188,177,48). Sum of RGB (Red+Green+Blue) = 188+177+48=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB130 is #434ECF. Grayscale: #A6A6A6. Windows color (decimal): -4411088 or 3191228. OLE color: 3191228.

HSL color Cylindrical-coordinate representation of color #BCB130: hue angle of 55.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCB130 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18817748-
CMYK00.060.740.26
HSL55.29º59.32%46.27%-
HSV(B)55.29º74.47%73.73%-
XYZ36.9942.359.02-
YUV165.5861.64143.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 11.62%
R=45.52%
G=42.86%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881774800.060.740.2655.2959.3246.27
HexBCB130064A1A373b2e
Octal274261600611232677356
Binary10111100101100011100000110100101011010110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB130; }

 p { color: rgb(188,177,48); }

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

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

 a { background-color: rgb(188,177,48); }

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

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

 span { border-color: rgb(188,177,48); }

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