Html Css Color HEX #BCAA30 Earls Green

📋 copy color: '#BCAA30'

red 188 ◦ green 170 ◦ blue 48

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

Shades of Earls Green #BCAA30

Tints of Earls Green #BCAA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 46.31%
G = 41.87%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAA30 (or 0xBCAA30) is known color: Earls Green. HEX triplet: BC, AA and 30. RGB value is (188,170,48). Sum of RGB (Red+Green+Blue) = 188+170+48=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA30 is #4355CF. Grayscale: #A1A1A1. Windows color (decimal): -4412880 or 3189436. OLE color: 3189436.

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

Color convert

RGB 188 170 48 -
CMYK 0 0.10 0.74 0.26
HSL 52.29º 0.59% 0.46% -
HSV(B) 52.29º 0.74% 0.74% -
XYZ 35.65 39.65 8.57 -
YUV 161.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 188 170 48 0 0.10 0.74 0.26 52.29 0.59 0.46
Hex BC AA 30 0 A 4A 1A 34 3B 2E
Octal 274 252 60 0 12 112 32 64 73 56
Binary 10111100 10101010 110000 0 1010 1001010 11010 110100 111011 101110

Color Harmonies of #BCAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA30

Black with #BCAA30

Text Example


Text Example

White with #BCAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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