Html Css Color HEX #BBA91E Earls Green

📋 copy color: '#BBA91E'

red 187 ◦ green 169 ◦ blue 30

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

Shades of Earls Green #BBA91E

Tints of Earls Green #BBA91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 48.45%
G = 43.78%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA91E (or 0xBBA91E) is known color: Earls Green. HEX triplet: BB, A9 and 1E. RGB value is (187,169,30). Sum of RGB (Red+Green+Blue) = 187+169+30=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA91E is #4456E1. Grayscale: #9F9F9F. Windows color (decimal): -4478690 or 2009531. OLE color: 2009531.

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

Color convert

RGB 187 169 30 -
CMYK 0 0.10 0.84 0.27
HSL 53.12º 0.72% 0.43% -
HSV(B) 53.12º 0.84% 0.73% -
XYZ 34.92 39.03 6.92 -
YUV 158.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 187 169 30 0 0.10 0.84 0.27 53.12 0.72 0.43
Hex BB A9 1E 0 A 54 1B 35 48 2B
Octal 273 251 36 0 12 124 33 65 110 53
Binary 10111011 10101001 11110 0 1010 1010100 11011 110101 1001000 101011

Color Harmonies of #BBA91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA91E

Black with #BBA91E

Text Example


Text Example

White with #BBA91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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