Html Css Color HEX #BBAC10 Earls Green

📋 copy color: '#BBAC10'

red 187 ◦ green 172 ◦ blue 16

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

Shades of Earls Green #BBAC10

Tints of Earls Green #BBAC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 49.87%
G = 45.87%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBAC10 (or 0xBBAC10) is known color: Earls Green. HEX triplet: BB, AC and 10. RGB value is (187,172,16). Sum of RGB (Red+Green+Blue) = 187+172+16=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC10 is #4453EF. Grayscale: #9F9F9F. Windows color (decimal): -4477936 or 1092795. OLE color: 1092795.

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

Color convert

RGB 187 172 16 -
CMYK 0 0.08 0.91 0.27
HSL 54.74º 0.84% 0.4% -
HSV(B) 54.74º 0.91% 0.73% -
XYZ 35.34 40.11 6.37 -
YUV 158.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 187 172 16 0 0.08 0.91 0.27 54.74 0.84 0.4
Hex BB AC 10 0 8 5B 1B 37 54 28
Octal 273 254 20 0 10 133 33 67 124 50
Binary 10111011 10101100 10000 0 1000 1011011 11011 110111 1010100 101000

Color Harmonies of #BBAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC10

Black with #BBAC10

Text Example


Text Example

White with #BBAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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