Html Css Color HEX #BCAB20 Earls Green

📋 copy color: '#BCAB20'

red 188 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #BCAB20

Tints of Earls Green #BCAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

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

R = 48.08%
G = 43.73%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCAB20 (or 0xBCAB20) is known color: Earls Green. HEX triplet: BC, AB and 20. RGB value is (188,171,32). Sum of RGB (Red+Green+Blue) = 188+171+32=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB20 is #4354DF. Grayscale: #A0A0A0. Windows color (decimal): -4412640 or 2141116. OLE color: 2141116.

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

Color convert

RGB 188 171 32 -
CMYK 0 0.09 0.83 0.26
HSL 53.46º 0.71% 0.43% -
HSV(B) 53.46º 0.83% 0.74% -
XYZ 35.56 39.92 7.2 -
YUV 160.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 188 171 32 0 0.09 0.83 0.26 53.46 0.71 0.43
Hex BC AB 20 0 9 53 1A 35 47 2B
Octal 274 253 40 0 11 123 32 65 107 53
Binary 10111100 10101011 100000 0 1001 1010011 11010 110101 1000111 101011

Color Harmonies of #BCAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB20

Black with #BCAB20

Text Example


Text Example

White with #BCAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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