Html Css Color HEX #BCAA32 Earls Green

📋 copy color: '#BCAA32'

red 188 ◦ green 170 ◦ blue 50

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

Shades of Earls Green #BCAA32

Tints of Earls Green #BCAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 46.08%
G = 41.67%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAA32 (or 0xBCAA32) is known color: Earls Green. HEX triplet: BC, AA and 32. RGB value is (188,170,50). Sum of RGB (Red+Green+Blue) = 188+170+50=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA32 is #4355CD. Grayscale: #A2A2A2. Windows color (decimal): -4412878 or 3320508. OLE color: 3320508.

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

Color convert

RGB 188 170 50 -
CMYK 0 0.10 0.73 0.26
HSL 52.17º 0.58% 0.47% -
HSV(B) 52.17º 0.73% 0.74% -
XYZ 35.69 39.67 8.79 -
YUV 161.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 188 170 50 0 0.10 0.73 0.26 52.17 0.58 0.47
Hex BC AA 32 0 A 49 1A 34 3A 2F
Octal 274 252 62 0 12 111 32 64 72 57
Binary 10111100 10101010 110010 0 1010 1001001 11010 110100 111010 101111

Color Harmonies of #BCAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA32

Black with #BCAA32

Text Example


Text Example

White with #BCAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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