Html Css Color HEX #BCAB2A Earls Green

📋 copy color: '#BCAB2A'

red 188 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #BCAB2A

Tints of Earls Green #BCAB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 46.88%
G = 42.64%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCAB2A (or 0xBCAB2A) is known color: Earls Green. HEX triplet: BC, AB and 2A. RGB value is (188,171,42). Sum of RGB (Red+Green+Blue) = 188+171+42=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB2A is #4354D5. Grayscale: #A1A1A1. Windows color (decimal): -4412630 or 2796476. OLE color: 2796476.

HSL color Cylindrical-coordinate representation of color #BCAB2A: hue angle of 53.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCAB2A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 42 -
CMYK 0 0.09 0.78 0.26
HSL 53.01º 0.63% 0.45% -
HSV(B) 53.01º 0.78% 0.74% -
XYZ 35.72 39.98 8.03 -
YUV 161.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 188 171 42 0 0.09 0.78 0.26 53.01 0.63 0.45
Hex BC AB 2A 0 9 4E 1A 35 3F 2D
Octal 274 253 52 0 11 116 32 65 77 55
Binary 10111100 10101011 101010 0 1001 1001110 11010 110101 111111 101101

Color Harmonies of #BCAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB2A

Black with #BCAB2A

Text Example


Text Example

White with #BCAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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