Html Css Color HEX #BCB220 Earls Green

📋 copy color: '#BCB220'

red 188 ◦ green 178 ◦ blue 32

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

Shades of Earls Green #BCB220

Tints of Earls Green #BCB220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 47.24%
G = 44.72%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCB220 (or 0xBCB220) is known color: Earls Green. HEX triplet: BC, B2 and 20. RGB value is (188,178,32). Sum of RGB (Red+Green+Blue) = 188+178+32=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB220 is #434DDF. Grayscale: #A4A4A4. Windows color (decimal): -4410848 or 2142908. OLE color: 2142908.

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

Color convert

RGB 188 178 32 -
CMYK 0 0.05 0.83 0.26
HSL 56.15º 0.71% 0.43% -
HSV(B) 56.15º 0.83% 0.74% -
XYZ 36.92 42.64 7.65 -
YUV 164.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 188 178 32 0 0.05 0.83 0.26 56.15 0.71 0.43
Hex BC B2 20 0 5 53 1A 38 47 2B
Octal 274 262 40 0 5 123 32 70 107 53
Binary 10111100 10110010 100000 0 101 1010011 11010 111000 1000111 101011

Color Harmonies of #BCB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB220

Black with #BCB220

Text Example


Text Example

White with #BCB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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