Html Css Color HEX #BBA812 Earls Green

📋 copy color: '#BBA812'

red 187 ◦ green 168 ◦ blue 18

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

Shades of Earls Green #BBA812

Tints of Earls Green #BBA812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 50.13%
G = 45.04%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA812 (or 0xBBA812) is known color: Earls Green. HEX triplet: BB, A8 and 12. RGB value is (187,168,18). Sum of RGB (Red+Green+Blue) = 187+168+18=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA812 is #4457ED. Grayscale: #9D9D9D. Windows color (decimal): -4478958 or 1222843. OLE color: 1222843.

HSL color Cylindrical-coordinate representation of color #BBA812: hue angle of 53.25º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA812 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 18 -
CMYK 0 0.10 0.90 0.27
HSL 53.25º 0.82% 0.4% -
HSV(B) 53.25º 0.9% 0.73% -
XYZ 34.61 38.61 6.2 -
YUV 156.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 187 168 18 0 0.10 0.90 0.27 53.25 0.82 0.4
Hex BB A8 12 0 A 5A 1B 35 52 28
Octal 273 250 22 0 12 132 33 65 122 50
Binary 10111011 10101000 10010 0 1010 1011010 11011 110101 1010010 101000

Color Harmonies of #BBA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA812

Black with #BBA812

Text Example


Text Example

White with #BBA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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