#BCB92D

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

Shades of Earls Green #BCB92D

Tints of Earls Green #BCB92D

Color information

#BCB92D (or 0xBCB92D) is unknown color: approx Earls Green. HEX triplet: BC, B9 and 2D. RGB value is (188,185,45). Sum of RGB (Red+Green+Blue) = 188+185+45=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB92D is #4346D2. Grayscale: #AAAAAA. Windows color (decimal): -4409043 or 2996668. OLE color: 2996668.

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

Color convert

RGB18818545-
CMYK00.020.760.26
HSL58.74º61.37%45.69%-
HSV(B)58.74º76.06%73.73%-
XYZ38.5645.589.25-
YUV169.9457.49140.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 45 (17.97% from 255) = 10.77%
R=44.98%
G=44.26%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881854500.020.760.2658.7461.3745.69
HexBCB92D024C1A3b3d2e
Octal274271550211432737556
Binary1011110010111001101101010100110011010111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB92D; }

 p { color: rgb(188,185,45); }

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

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

 a { background-color: rgb(188,185,45); }

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

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

 span { border-color: rgb(188,185,45); }

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