Html Css Color HEX #BBA918 Earls Green

📋 copy color: '#BBA918'

red 187 ◦ green 169 ◦ blue 24

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

Shades of Earls Green #BBA918

Tints of Earls Green #BBA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.32%

R = 49.21%
G = 44.47%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA918 (or 0xBBA918) is known color: Earls Green. HEX triplet: BB, A9 and 18. RGB value is (187,169,24). Sum of RGB (Red+Green+Blue) = 187+169+24=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA918 is #4456E7. Grayscale: #9E9E9E. Windows color (decimal): -4478696 or 1616315. OLE color: 1616315.

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

Color convert

RGB 187 169 24 -
CMYK 0 0.10 0.87 0.27
HSL 53.37º 0.77% 0.41% -
HSV(B) 53.37º 0.87% 0.73% -
XYZ 34.85 39.01 6.56 -
YUV 157.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 187 169 24 0 0.10 0.87 0.27 53.37 0.77 0.41
Hex BB A9 18 0 A 57 1B 35 4D 29
Octal 273 251 30 0 12 127 33 65 115 51
Binary 10111011 10101001 11000 0 1010 1010111 11011 110101 1001101 101001

Color Harmonies of #BBA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA918

Black with #BBA918

Text Example


Text Example

White with #BBA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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