Html Css Color HEX #BBA914 Earls Green

📋 copy color: '#BBA914'

red 187 ◦ green 169 ◦ blue 20

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

Shades of Earls Green #BBA914

Tints of Earls Green #BBA914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 49.73%
G = 44.95%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA914 (or 0xBBA914) is known color: Earls Green. HEX triplet: BB, A9 and 14. RGB value is (187,169,20). Sum of RGB (Red+Green+Blue) = 187+169+20=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA914 is #4456EB. Grayscale: #9E9E9E. Windows color (decimal): -4478700 or 1354171. OLE color: 1354171.

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

Color convert

RGB 187 169 20 -
CMYK 0 0.10 0.89 0.27
HSL 53.53º 0.81% 0.41% -
HSV(B) 53.53º 0.89% 0.73% -
XYZ 34.81 38.99 6.35 -
YUV 157.4 50.46 149.12 -
System Red Green Blue C M Y K H S L
Decimal 187 169 20 0 0.10 0.89 0.27 53.53 0.81 0.41
Hex BB A9 14 0 A 59 1B 36 51 29
Octal 273 251 24 0 12 131 33 66 121 51
Binary 10111011 10101001 10100 0 1010 1011001 11011 110110 1010001 101001

Color Harmonies of #BBA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA914

Black with #BBA914

Text Example


Text Example

White with #BBA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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