Html Css Color HEX #BBA818 Earls Green

📋 copy color: '#BBA818'

red 187 ◦ green 168 ◦ blue 24

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

Shades of Earls Green #BBA818

Tints of Earls Green #BBA818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

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

R = 49.34%
G = 44.33%
B = 6.33%

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

#BBA818 (or 0xBBA818) is known color: Earls Green. HEX triplet: BB, A8 and 18. RGB value is (187,168,24). Sum of RGB (Red+Green+Blue) = 187+168+24=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA818 is #4457E7. Grayscale: #9D9D9D. Windows color (decimal): -4478952 or 1616059. OLE color: 1616059.

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

Color convert

RGB 187 168 24 -
CMYK 0 0.10 0.87 0.27
HSL 53.01º 0.77% 0.41% -
HSV(B) 53.01º 0.87% 0.73% -
XYZ 34.66 38.64 6.49 -
YUV 157.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 187 168 24 0 0.10 0.87 0.27 53.01 0.77 0.41
Hex BB A8 18 0 A 57 1B 35 4D 29
Octal 273 250 30 0 12 127 33 65 115 51
Binary 10111011 10101000 11000 0 1010 1010111 11011 110101 1001101 101001

Color Harmonies of #BBA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA818

Black with #BBA818

Text Example


Text Example

White with #BBA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA818; }

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

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

background-color css

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

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

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

border-color css

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

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

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