Html Css Color HEX #BBA712 Earls Green

📋 copy color: '#BBA712'

red 187 ◦ green 167 ◦ blue 18

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

Shades of Earls Green #BBA712

Tints of Earls Green #BBA712

RGB

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

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

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

R = 50.27%
G = 44.89%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA712 (or 0xBBA712) is known color: Earls Green. HEX triplet: BB, A7 and 12. RGB value is (187,167,18). Sum of RGB (Red+Green+Blue) = 187+167+18=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA712 is #4458ED. Grayscale: #9C9C9C. Windows color (decimal): -4479214 or 1222587. OLE color: 1222587.

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

Color convert

RGB 187 167 18 -
CMYK 0 0.11 0.90 0.27
HSL 52.9º 0.82% 0.4% -
HSV(B) 52.9º 0.9% 0.73% -
XYZ 34.42 38.25 6.14 -
YUV 155.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 187 167 18 0 0.11 0.90 0.27 52.9 0.82 0.4
Hex BB A7 12 0 B 5A 1B 35 52 28
Octal 273 247 22 0 13 132 33 65 122 50
Binary 10111011 10100111 10010 0 1011 1011010 11011 110101 1010010 101000

Color Harmonies of #BBA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA712

Black with #BBA712

Text Example


Text Example

White with #BBA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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