Html Css Color HEX #BBAB1B Earls Green

📋 copy color: '#BBAB1B'

red 187 ◦ green 171 ◦ blue 27

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

Shades of Earls Green #BBAB1B

Tints of Earls Green #BBAB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 48.57%
G = 44.42%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBAB1B (or 0xBBAB1B) is known color: Earls Green. HEX triplet: BB, AB and 1B. RGB value is (187,171,27). Sum of RGB (Red+Green+Blue) = 187+171+27=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB1B is #4454E4. Grayscale: #9F9F9F. Windows color (decimal): -4478181 or 1813435. OLE color: 1813435.

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

Color convert

RGB 187 171 27 -
CMYK 0 0.09 0.86 0.27
HSL 54º 0.75% 0.42% -
HSV(B) 54º 0.86% 0.73% -
XYZ 35.25 39.77 6.86 -
YUV 159.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 187 171 27 0 0.09 0.86 0.27 54 0.75 0.42
Hex BB AB 1B 0 9 56 1B 36 4B 2A
Octal 273 253 33 0 11 126 33 66 113 52
Binary 10111011 10101011 11011 0 1001 1010110 11011 110110 1001011 101010

Color Harmonies of #BBAB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB1B

Black with #BBAB1B

Text Example


Text Example

White with #BBAB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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