Html Css Color HEX #BBA917 Earls Green

📋 copy color: '#BBA917'

red 187 ◦ green 169 ◦ blue 23

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

Shades of Earls Green #BBA917

Tints of Earls Green #BBA917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 49.34%
G = 44.59%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA917 (or 0xBBA917) is known color: Earls Green. HEX triplet: BB, A9 and 17. RGB value is (187,169,23). Sum of RGB (Red+Green+Blue) = 187+169+23=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA917 is #4456E8. Grayscale: #9E9E9E. Windows color (decimal): -4478697 or 1550779. OLE color: 1550779.

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

Color convert

RGB 187 169 23 -
CMYK 0 0.10 0.88 0.27
HSL 53.41º 0.78% 0.41% -
HSV(B) 53.41º 0.88% 0.73% -
XYZ 34.84 39 6.5 -
YUV 157.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 187 169 23 0 0.10 0.88 0.27 53.41 0.78 0.41
Hex BB A9 17 0 A 58 1B 35 4E 29
Octal 273 251 27 0 12 130 33 65 116 51
Binary 10111011 10101001 10111 0 1010 1011000 11011 110101 1001110 101001

Color Harmonies of #BBA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA917

Black with #BBA917

Text Example


Text Example

White with #BBA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA917; }

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

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

background-color css

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

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

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

border-color css

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

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

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