Html Css Color HEX #B7A916 Earls Green

📋 copy color: '#B7A916'

red 183 ◦ green 169 ◦ blue 22

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

Shades of Earls Green #B7A916

Tints of Earls Green #B7A916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.19%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 48.93%
G = 45.19%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B7A916 (or 0xB7A916) is known color: Earls Green. HEX triplet: B7, A9 and 16. RGB value is (183,169,22). Sum of RGB (Red+Green+Blue) = 183+169+22=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A916 is #4856E9. Grayscale: #9D9D9D. Windows color (decimal): -4740842 or 1485239. OLE color: 1485239.

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

Color convert

RGB 183 169 22 -
CMYK 0 0.08 0.88 0.28
HSL 54.78º 0.79% 0.4% -
HSV(B) 54.78º 0.88% 0.72% -
XYZ 33.86 38.5 6.41 -
YUV 156.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 183 169 22 0 0.08 0.88 0.28 54.78 0.79 0.4
Hex B7 A9 16 0 8 58 1C 37 4F 28
Octal 267 251 26 0 10 130 34 67 117 50
Binary 10110111 10101001 10110 0 1000 1011000 11100 110111 1001111 101000

Color Harmonies of #B7A916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A916

Black with #B7A916

Text Example


Text Example

White with #B7A916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A916; }

 p { color: rgb(183,169,22); }

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

background-color css

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

 a { background-color: rgb(183,169,22); }

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

border-color css

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

 span { border-color: rgb(183,169,22); }

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