Html Css Color HEX #BBAB0F Earls Green

📋 copy color: '#BBAB0F'

red 187 ◦ green 171 ◦ blue 15

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

Shades of Earls Green #BBAB0F

Tints of Earls Green #BBAB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 50.13%
G = 45.84%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBAB0F (or 0xBBAB0F) is known color: Earls Green. HEX triplet: BB, AB and 0F. RGB value is (187,171,15). Sum of RGB (Red+Green+Blue) = 187+171+15=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB0F is #4454F0. Grayscale: #9E9E9E. Windows color (decimal): -4478193 or 1027003. OLE color: 1027003.

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

Color convert

RGB 187 171 15 -
CMYK 0 0.09 0.92 0.27
HSL 54.42º 0.85% 0.4% -
HSV(B) 54.42º 0.92% 0.73% -
XYZ 35.14 39.73 6.27 -
YUV 158 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 187 171 15 0 0.09 0.92 0.27 54.42 0.85 0.4
Hex BB AB F 0 9 5C 1B 36 55 28
Octal 273 253 17 0 11 134 33 66 125 50
Binary 10111011 10101011 1111 0 1001 1011100 11011 110110 1010101 101000

Color Harmonies of #BBAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB0F

Black with #BBAB0F

Text Example


Text Example

White with #BBAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB0F; }

 p { color: rgb(187,171,15); }

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

background-color css

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

 a { background-color: rgb(187,171,15); }

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

border-color css

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

 span { border-color: rgb(187,171,15); }

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