Html Css Color HEX #BBAC2B Earls Green

📋 copy color: '#BBAC2B'

red 187 ◦ green 172 ◦ blue 43

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

Shades of Earls Green #BBAC2B

Tints of Earls Green #BBAC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 46.52%
G = 42.79%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BBAC2B (or 0xBBAC2B) is known color: Earls Green. HEX triplet: BB, AC and 2B. RGB value is (187,172,43). Sum of RGB (Red+Green+Blue) = 187+172+43=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC2B is #4453D4. Grayscale: #A2A2A2. Windows color (decimal): -4477909 or 2862267. OLE color: 2862267.

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

Color convert

RGB 187 172 43 -
CMYK 0 0.08 0.77 0.27
HSL 53.75º 0.63% 0.45% -
HSV(B) 53.75º 0.77% 0.73% -
XYZ 35.68 40.24 8.17 -
YUV 161.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 187 172 43 0 0.08 0.77 0.27 53.75 0.63 0.45
Hex BB AC 2B 0 8 4D 1B 36 3F 2D
Octal 273 254 53 0 10 115 33 66 77 55
Binary 10111011 10101100 101011 0 1000 1001101 11011 110110 111111 101101

Color Harmonies of #BBAC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC2B

Black with #BBAC2B

Text Example


Text Example

White with #BBAC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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