Html Css Color HEX #BCAC30 Earls Green

📋 copy color: '#BCAC30'

red 188 ◦ green 172 ◦ blue 48

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

Shades of Earls Green #BCAC30

Tints of Earls Green #BCAC30

RGB

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

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

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

R = 46.08%
G = 42.16%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAC30 (or 0xBCAC30) is known color: Earls Green. HEX triplet: BC, AC and 30. RGB value is (188,172,48). Sum of RGB (Red+Green+Blue) = 188+172+48=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC30 is #4353CF. Grayscale: #A3A3A3. Windows color (decimal): -4412368 or 3189948. OLE color: 3189948.

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

Color convert

RGB 188 172 48 -
CMYK 0 0.09 0.74 0.26
HSL 53.14º 0.59% 0.46% -
HSV(B) 53.14º 0.74% 0.74% -
XYZ 36.03 40.41 8.7 -
YUV 162.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 188 172 48 0 0.09 0.74 0.26 53.14 0.59 0.46
Hex BC AC 30 0 9 4A 1A 35 3B 2E
Octal 274 254 60 0 11 112 32 65 73 56
Binary 10111100 10101100 110000 0 1001 1001010 11010 110101 111011 101110

Color Harmonies of #BCAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC30

Black with #BCAC30

Text Example


Text Example

White with #BCAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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