#BCB32D

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

Shades of Earls Green #BCB32D

Tints of Earls Green #BCB32D

Color information

#BCB32D (or 0xBCB32D) is unknown color: approx Earls Green. HEX triplet: BC, B3 and 2D. RGB value is (188,179,45). Sum of RGB (Red+Green+Blue) = 188+179+45=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB32D is #434CD2. Grayscale: #A6A6A6. Windows color (decimal): -4410579 or 2995132. OLE color: 2995132.

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

Color convert

RGB18817945-
CMYK00.050.760.26
HSL56.22º61.37%45.69%-
HSV(B)56.22º76.06%73.73%-
XYZ37.3343.128.84-
YUV166.4259.48143.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 45 (17.97% from 255) = 10.92%
R=45.63%
G=43.45%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881794500.050.760.2656.2261.3745.69
HexBCB32D054C1A383d2e
Octal274263550511432707556
Binary10111100101100111011010101100110011010111000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB32D; }

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

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

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

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

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

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

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

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