Html Css Color HEX #BBA711 Earls Green

📋 copy color: '#BBA711'

red 187 ◦ green 167 ◦ blue 17

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

Shades of Earls Green #BBA711

Tints of Earls Green #BBA711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 50.4%
G = 45.01%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA711 (or 0xBBA711) is known color: Earls Green. HEX triplet: BB, A7 and 11. RGB value is (187,167,17). Sum of RGB (Red+Green+Blue) = 187+167+17=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA711 is #4458EE. Grayscale: #9C9C9C. Windows color (decimal): -4479215 or 1157051. OLE color: 1157051.

HSL color Cylindrical-coordinate representation of color #BBA711: hue angle of 52.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBA711 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 17 -
CMYK 0 0.11 0.91 0.27
HSL 52.94º 0.83% 0.4% -
HSV(B) 52.94º 0.91% 0.73% -
XYZ 34.41 38.24 6.1 -
YUV 155.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 187 167 17 0 0.11 0.91 0.27 52.94 0.83 0.4
Hex BB A7 11 0 B 5B 1B 35 53 28
Octal 273 247 21 0 13 133 33 65 123 50
Binary 10111011 10100111 10001 0 1011 1011011 11011 110101 1010011 101000

Color Harmonies of #BBA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA711

Black with #BBA711

Text Example


Text Example

White with #BBA711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA711; }

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

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

background-color css

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

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

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

border-color css

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

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

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