Html Css Color HEX #B7AF15 Earls Green

📋 copy color: '#B7AF15'

red 183 ◦ green 175 ◦ blue 21

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

Shades of Earls Green #B7AF15

Tints of Earls Green #B7AF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 48.28%
G = 46.17%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7AF15 (or 0xB7AF15) is known color: Earls Green. HEX triplet: B7, AF and 15. RGB value is (183,175,21). Sum of RGB (Red+Green+Blue) = 183+175+21=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF15 is #4850EA. Grayscale: #A0A0A0. Windows color (decimal): -4739307 or 1421239. OLE color: 1421239.

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

Color convert

RGB 183 175 21 -
CMYK 0 0.04 0.89 0.28
HSL 57.04º 0.79% 0.4% -
HSV(B) 57.04º 0.89% 0.72% -
XYZ 34.99 40.78 6.74 -
YUV 159.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 183 175 21 0 0.04 0.89 0.28 57.04 0.79 0.4
Hex B7 AF 15 0 4 59 1C 39 4F 28
Octal 267 257 25 0 4 131 34 71 117 50
Binary 10110111 10101111 10101 0 100 1011001 11100 111001 1001111 101000

Color Harmonies of #B7AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF15

Black with #B7AF15

Text Example


Text Example

White with #B7AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF15; }

 p { color: rgb(183,175,21); }

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

background-color css

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

 a { background-color: rgb(183,175,21); }

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

border-color css

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

 span { border-color: rgb(183,175,21); }

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