Html Css Color HEX #BBAB1D Earls Green

📋 copy color: '#BBAB1D'

red 187 ◦ green 171 ◦ blue 29

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

Shades of Earls Green #BBAB1D

Tints of Earls Green #BBAB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 48.32%
G = 44.19%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBAB1D (or 0xBBAB1D) is known color: Earls Green. HEX triplet: BB, AB and 1D. RGB value is (187,171,29). Sum of RGB (Red+Green+Blue) = 187+171+29=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB1D is #4454E2. Grayscale: #A0A0A0. Windows color (decimal): -4478179 or 1944507. OLE color: 1944507.

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

Color convert

RGB 187 171 29 -
CMYK 0 0.09 0.84 0.27
HSL 53.92º 0.73% 0.42% -
HSV(B) 53.92º 0.84% 0.73% -
XYZ 35.28 39.78 6.98 -
YUV 159.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 187 171 29 0 0.09 0.84 0.27 53.92 0.73 0.42
Hex BB AB 1D 0 9 54 1B 36 49 2A
Octal 273 253 35 0 11 124 33 66 111 52
Binary 10111011 10101011 11101 0 1001 1010100 11011 110110 1001001 101010

Color Harmonies of #BBAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB1D

Black with #BBAB1D

Text Example


Text Example

White with #BBAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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