Html Css Color HEX #BCAB2E Earls Green

📋 copy color: '#BCAB2E'

red 188 ◦ green 171 ◦ blue 46

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

Shades of Earls Green #BCAB2E

Tints of Earls Green #BCAB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.36%

R = 46.42%
G = 42.22%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BCAB2E (or 0xBCAB2E) is known color: Earls Green. HEX triplet: BC, AB and 2E. RGB value is (188,171,46). Sum of RGB (Red+Green+Blue) = 188+171+46=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB2E is #4354D1. Grayscale: #A2A2A2. Windows color (decimal): -4412626 or 3058620. OLE color: 3058620.

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

Color convert

RGB 188 171 46 -
CMYK 0 0.09 0.76 0.26
HSL 52.82º 0.61% 0.46% -
HSV(B) 52.82º 0.76% 0.74% -
XYZ 35.8 40.01 8.42 -
YUV 161.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 188 171 46 0 0.09 0.76 0.26 52.82 0.61 0.46
Hex BC AB 2E 0 9 4C 1A 35 3D 2E
Octal 274 253 56 0 11 114 32 65 75 56
Binary 10111100 10101011 101110 0 1001 1001100 11010 110101 111101 101110

Color Harmonies of #BCAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB2E

Black with #BCAB2E

Text Example


Text Example

White with #BCAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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