Html Css Color HEX #BCAC25 Earls Green

📋 copy color: '#BCAC25'

red 188 ◦ green 172 ◦ blue 37

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

Shades of Earls Green #BCAC25

Tints of Earls Green #BCAC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.32%

R = 47.36%
G = 43.32%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCAC25 (or 0xBCAC25) is known color: Earls Green. HEX triplet: BC, AC and 25. RGB value is (188,172,37). Sum of RGB (Red+Green+Blue) = 188+172+37=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC25 is #4353DA. Grayscale: #A1A1A1. Windows color (decimal): -4412379 or 2469052. OLE color: 2469052.

HSL color Cylindrical-coordinate representation of color #BCAC25: hue angle of 53.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCAC25 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 37 -
CMYK 0 0.09 0.80 0.26
HSL 53.64º 0.67% 0.44% -
HSV(B) 53.64º 0.8% 0.74% -
XYZ 35.83 40.33 7.65 -
YUV 161.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 188 172 37 0 0.09 0.80 0.26 53.64 0.67 0.44
Hex BC AC 25 0 9 50 1A 36 43 2C
Octal 274 254 45 0 11 120 32 66 103 54
Binary 10111100 10101100 100101 0 1001 1010000 11010 110110 1000011 101100

Color Harmonies of #BCAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC25

Black with #BCAC25

Text Example


Text Example

White with #BCAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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