Html Css Color HEX #BBA81B Earls Green

📋 copy color: '#BBA81B'

red 187 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #BBA81B

Tints of Earls Green #BBA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

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

R = 48.95%
G = 43.98%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA81B (or 0xBBA81B) is known color: Earls Green. HEX triplet: BB, A8 and 1B. RGB value is (187,168,27). Sum of RGB (Red+Green+Blue) = 187+168+27=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA81B is #4457E4. Grayscale: #9E9E9E. Windows color (decimal): -4478949 or 1812667. OLE color: 1812667.

HSL color Cylindrical-coordinate representation of color #BBA81B: hue angle of 52.88º 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 #BBA81B is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 27 -
CMYK 0 0.10 0.86 0.27
HSL 52.88º 0.75% 0.42% -
HSV(B) 52.88º 0.86% 0.73% -
XYZ 34.69 38.65 6.67 -
YUV 157.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 187 168 27 0 0.10 0.86 0.27 52.88 0.75 0.42
Hex BB A8 1B 0 A 56 1B 35 4B 2A
Octal 273 250 33 0 12 126 33 65 113 52
Binary 10111011 10101000 11011 0 1010 1010110 11011 110101 1001011 101010

Color Harmonies of #BBA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA81B

Black with #BBA81B

Text Example


Text Example

White with #BBA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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