Html Css Color HEX #BCB224 Earls Green

📋 copy color: '#BCB224'

red 188 ◦ green 178 ◦ blue 36

#BCB224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BCB224

Tints of Earls Green #BCB224

RGB

 RED value IS 188 (73.83% from 255) = 46.77%

 GREEN value IS 178 (69.92% from 255) = 44.28%

 BLUE value IS 36 (14.45% from 255) = 8.96%

R = 46.77%
G = 44.28%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB224 (or 0xBCB224) is known color: Earls Green. HEX triplet: BC, B2 and 24. RGB value is (188,178,36). Sum of RGB (Red+Green+Blue) = 188+178+36=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB224 is #434DDB. Grayscale: #A5A5A5. Windows color (decimal): -4410844 or 2405052. OLE color: 2405052.

HSL color Cylindrical-coordinate representation of color #BCB224: hue angle of 56.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCB224 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 36 -
CMYK 0 0.05 0.81 0.26
HSL 56.05º 0.68% 0.44% -
HSV(B) 56.05º 0.81% 0.74% -
XYZ 36.98 42.66 7.95 -
YUV 164.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 188 178 36 0 0.05 0.81 0.26 56.05 0.68 0.44
Hex BC B2 24 0 5 51 1A 38 44 2C
Octal 274 262 44 0 5 121 32 70 104 54
Binary 10111100 10110010 100100 0 101 1010001 11010 111000 1000100 101100

Color Harmonies of #BCB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB224

Black with #BCB224

Text Example


Text Example

White with #BCB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB224; }

 p { color: rgb(188,178,36); }

 H1.HeaderClassName
 {
   color: #BCB224;
 }
 .AnyTagClassName
 {
   color: #BCB224;
 }
</style>

background-color css

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

 a { background-color: rgb(188,178,36); }

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

border-color css

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

 span { border-color: rgb(188,178,36); }

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