Html Css Color HEX #BBA718 Earls Green

📋 copy color: '#BBA718'

red 187 ◦ green 167 ◦ blue 24

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

Shades of Earls Green #BBA718

Tints of Earls Green #BBA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 49.47%
G = 44.18%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA718 (or 0xBBA718) is known color: Earls Green. HEX triplet: BB, A7 and 18. RGB value is (187,167,24). Sum of RGB (Red+Green+Blue) = 187+167+24=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA718 is #4458E7. Grayscale: #9D9D9D. Windows color (decimal): -4479208 or 1615803. OLE color: 1615803.

HSL color Cylindrical-coordinate representation of color #BBA718: hue angle of 52.64º 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 #BBA718 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 24 -
CMYK 0 0.11 0.87 0.27
HSL 52.64º 0.77% 0.41% -
HSV(B) 52.64º 0.87% 0.73% -
XYZ 34.48 38.27 6.43 -
YUV 156.68 53.13 149.63 -
System Red Green Blue C M Y K H S L
Decimal 187 167 24 0 0.11 0.87 0.27 52.64 0.77 0.41
Hex BB A7 18 0 B 57 1B 35 4D 29
Octal 273 247 30 0 13 127 33 65 115 51
Binary 10111011 10100111 11000 0 1011 1010111 11011 110101 1001101 101001

Color Harmonies of #BBA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA718

Black with #BBA718

Text Example


Text Example

White with #BBA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA718; }

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

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

background-color css

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

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

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

border-color css

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

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

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