Html Css Color HEX #BBA518 Earls Green

📋 copy color: '#BBA518'

red 187 ◦ green 165 ◦ blue 24

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

Shades of Earls Green #BBA518

Tints of Earls Green #BBA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

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

R = 49.73%
G = 43.88%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA518 (or 0xBBA518) is known color: Earls Green. HEX triplet: BB, A5 and 18. RGB value is (187,165,24). Sum of RGB (Red+Green+Blue) = 187+165+24=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA518 is #445AE7. Grayscale: #9C9C9C. Windows color (decimal): -4479720 or 1615291. OLE color: 1615291.

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

Color convert

RGB 187 165 24 -
CMYK 0 0.12 0.87 0.27
HSL 51.9º 0.77% 0.41% -
HSV(B) 51.9º 0.87% 0.73% -
XYZ 34.11 37.54 6.31 -
YUV 155.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 187 165 24 0 0.12 0.87 0.27 51.9 0.77 0.41
Hex BB A5 18 0 C 57 1B 34 4D 29
Octal 273 245 30 0 14 127 33 64 115 51
Binary 10111011 10100101 11000 0 1100 1010111 11011 110100 1001101 101001

Color Harmonies of #BBA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA518

Black with #BBA518

Text Example


Text Example

White with #BBA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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