Html Css Color HEX #BCAA27 Earls Green

📋 copy color: '#BCAA27'

red 188 ◦ green 170 ◦ blue 39

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

Shades of Earls Green #BCAA27

Tints of Earls Green #BCAA27

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 39 (15.63% from 255) = 9.82%

R = 47.36%
G = 42.82%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCAA27 (or 0xBCAA27) is known color: Earls Green. HEX triplet: BC, AA and 27. RGB value is (188,170,39). Sum of RGB (Red+Green+Blue) = 188+170+39=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA27 is #4355D8. Grayscale: #A0A0A0. Windows color (decimal): -4412889 or 2599612. OLE color: 2599612.

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

Color convert

RGB 188 170 39 -
CMYK 0 0.10 0.79 0.26
HSL 52.75º 0.66% 0.45% -
HSV(B) 52.75º 0.79% 0.74% -
XYZ 35.48 39.59 7.69 -
YUV 160.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 188 170 39 0 0.10 0.79 0.26 52.75 0.66 0.45
Hex BC AA 27 0 A 4F 1A 35 42 2D
Octal 274 252 47 0 12 117 32 65 102 55
Binary 10111100 10101010 100111 0 1010 1001111 11010 110101 1000010 101101

Color Harmonies of #BCAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA27

Black with #BCAA27

Text Example


Text Example

White with #BCAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA27; }

 p { color: rgb(188,170,39); }

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

background-color css

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

 a { background-color: rgb(188,170,39); }

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

border-color css

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

 span { border-color: rgb(188,170,39); }

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