Html Css Color HEX #BBAC2A Earls Green

📋 copy color: '#BBAC2A'

red 187 ◦ green 172 ◦ blue 42

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

Shades of Earls Green #BBAC2A

Tints of Earls Green #BBAC2A

RGB

 RED value IS 187 (73.44% from 255) = 46.63%

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 46.63%
G = 42.89%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBAC2A (or 0xBBAC2A) is known color: Earls Green. HEX triplet: BB, AC and 2A. RGB value is (187,172,42). Sum of RGB (Red+Green+Blue) = 187+172+42=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC2A is #4453D5. Grayscale: #A2A2A2. Windows color (decimal): -4477910 or 2796731. OLE color: 2796731.

HSL color Cylindrical-coordinate representation of color #BBAC2A: hue angle of 53.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBAC2A is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 42 -
CMYK 0 0.08 0.78 0.27
HSL 53.79º 0.63% 0.45% -
HSV(B) 53.79º 0.78% 0.73% -
XYZ 35.66 40.24 8.08 -
YUV 161.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 187 172 42 0 0.08 0.78 0.27 53.79 0.63 0.45
Hex BB AC 2A 0 8 4E 1B 36 3F 2D
Octal 273 254 52 0 10 116 33 66 77 55
Binary 10111011 10101100 101010 0 1000 1001110 11011 110110 111111 101101

Color Harmonies of #BBAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC2A

Black with #BBAC2A

Text Example


Text Example

White with #BBAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC2A; }

 p { color: rgb(187,172,42); }

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

background-color css

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

 a { background-color: rgb(187,172,42); }

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

border-color css

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

 span { border-color: rgb(187,172,42); }

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