Html Css Color HEX #BBA91A Earls Green

📋 copy color: '#BBA91A'

red 187 ◦ green 169 ◦ blue 26

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

Shades of Earls Green #BBA91A

Tints of Earls Green #BBA91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

 BLUE value IS 26 (10.55% from 255) = 6.81%

R = 48.95%
G = 44.24%
B = 6.81%

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

#BBA91A (or 0xBBA91A) is known color: Earls Green. HEX triplet: BB, A9 and 1A. RGB value is (187,169,26). Sum of RGB (Red+Green+Blue) = 187+169+26=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA91A is #4456E5. Grayscale: #9E9E9E. Windows color (decimal): -4478694 or 1747387. OLE color: 1747387.

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

Color convert

RGB 187 169 26 -
CMYK 0 0.10 0.86 0.27
HSL 53.29º 0.76% 0.42% -
HSV(B) 53.29º 0.86% 0.73% -
XYZ 34.87 39.02 6.67 -
YUV 158.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 187 169 26 0 0.10 0.86 0.27 53.29 0.76 0.42
Hex BB A9 1A 0 A 56 1B 35 4C 2A
Octal 273 251 32 0 12 126 33 65 114 52
Binary 10111011 10101001 11010 0 1010 1010110 11011 110101 1001100 101010

Color Harmonies of #BBA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA91A

Black with #BBA91A

Text Example


Text Example

White with #BBA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA91A; }

 p { color: rgb(187,169,26); }

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

background-color css

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

 a { background-color: rgb(187,169,26); }

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

border-color css

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

 span { border-color: rgb(187,169,26); }

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