#BCB631

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

Shades of Earls Green #BCB631

Tints of Earls Green #BCB631

Color information

#BCB631 (or 0xBCB631) is unknown color: approx Earls Green. HEX triplet: BC, B6 and 31. RGB value is (188,182,49). Sum of RGB (Red+Green+Blue) = 188+182+49=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB631 is #4349CE. Grayscale: #A9A9A9. Windows color (decimal): -4409807 or 3258044. OLE color: 3258044.

HSL color Cylindrical-coordinate representation of color #BCB631: hue angle of 57.41º 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 #BCB631 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18818249-
CMYK00.030.740.26
HSL57.41º58.65%46.47%-
HSV(B)57.41º73.94%73.73%-
XYZ38.0244.379.47-
YUV168.6360.49141.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 49 (19.53% from 255) = 11.69%
R=44.87%
G=43.44%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881824900.030.740.2657.4158.6546.47
HexBCB631034A1A393b2e
Octal274266610311232717356
Binary1011110010110110110001011100101011010111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB631; }

 p { color: rgb(188,182,49); }

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

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

 a { background-color: rgb(188,182,49); }

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

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

 span { border-color: rgb(188,182,49); }

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