Html Css Color HEX #BCAC27 Earls Green

📋 copy color: '#BCAC27'

red 188 ◦ green 172 ◦ blue 39

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

Shades of Earls Green #BCAC27

Tints of Earls Green #BCAC27

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 47.12%
G = 43.11%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCAC27 (or 0xBCAC27) is known color: Earls Green. HEX triplet: BC, AC and 27. RGB value is (188,172,39). Sum of RGB (Red+Green+Blue) = 188+172+39=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC27 is #4353D8. Grayscale: #A2A2A2. Windows color (decimal): -4412377 or 2600124. OLE color: 2600124.

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

Color convert

RGB 188 172 39 -
CMYK 0 0.09 0.79 0.26
HSL 53.56º 0.66% 0.45% -
HSV(B) 53.56º 0.79% 0.74% -
XYZ 35.86 40.34 7.82 -
YUV 161.62 58.8 146.81 -
System Red Green Blue C M Y K H S L
Decimal 188 172 39 0 0.09 0.79 0.26 53.56 0.66 0.45
Hex BC AC 27 0 9 4F 1A 36 42 2D
Octal 274 254 47 0 11 117 32 66 102 55
Binary 10111100 10101100 100111 0 1001 1001111 11010 110110 1000010 101101

Color Harmonies of #BCAC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC27

Black with #BCAC27

Text Example


Text Example

White with #BCAC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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