Html Css Color HEX #B7AA0B Earls Green

📋 copy color: '#B7AA0B'

red 183 ◦ green 170 ◦ blue 11

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

Shades of Earls Green #B7AA0B

Tints of Earls Green #B7AA0B

RGB

 RED value IS 183 (71.88% from 255) = 50.27%

 GREEN value IS 170 (66.8% from 255) = 46.7%

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 50.27%
G = 46.7%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7AA0B (or 0xB7AA0B) is known color: Earls Green. HEX triplet: B7, AA and 0B. RGB value is (183,170,11). Sum of RGB (Red+Green+Blue) = 183+170+11=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA0B is #4855F4. Grayscale: #9C9C9C. Windows color (decimal): -4740597 or 764599. OLE color: 764599.

HSL color Cylindrical-coordinate representation of color #B7AA0B: hue angle of 55.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7AA0B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 11 -
CMYK 0 0.07 0.94 0.28
HSL 55.47º 0.89% 0.38% -
HSV(B) 55.47º 0.94% 0.72% -
XYZ 33.96 38.84 6.02 -
YUV 155.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 183 170 11 0 0.07 0.94 0.28 55.47 0.89 0.38
Hex B7 AA B 0 7 5E 1C 37 59 26
Octal 267 252 13 0 7 136 34 67 131 46
Binary 10110111 10101010 1011 0 111 1011110 11100 110111 1011001 100110

Color Harmonies of #B7AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA0B

Black with #B7AA0B

Text Example


Text Example

White with #B7AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA0B; }

 p { color: rgb(183,170,11); }

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

background-color css

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

 a { background-color: rgb(183,170,11); }

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

border-color css

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

 span { border-color: rgb(183,170,11); }

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