Html Css Color HEX #B7AD16 Earls Green

📋 copy color: '#B7AD16'

red 183 ◦ green 173 ◦ blue 22

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

Shades of Earls Green #B7AD16

Tints of Earls Green #B7AD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 48.41%
G = 45.77%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B7AD16 (or 0xB7AD16) is known color: Earls Green. HEX triplet: B7, AD and 16. RGB value is (183,173,22). Sum of RGB (Red+Green+Blue) = 183+173+22=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD16 is #4852E9. Grayscale: #9F9F9F. Windows color (decimal): -4739818 or 1486263. OLE color: 1486263.

HSL color Cylindrical-coordinate representation of color #B7AD16: hue angle of 56.27º 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 #B7AD16 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 22 -
CMYK 0 0.05 0.88 0.28
HSL 56.27º 0.79% 0.4% -
HSV(B) 56.27º 0.88% 0.72% -
XYZ 34.62 40.01 6.66 -
YUV 158.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 183 173 22 0 0.05 0.88 0.28 56.27 0.79 0.4
Hex B7 AD 16 0 5 58 1C 38 4F 28
Octal 267 255 26 0 5 130 34 70 117 50
Binary 10110111 10101101 10110 0 101 1011000 11100 111000 1001111 101000

Color Harmonies of #B7AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD16

Black with #B7AD16

Text Example


Text Example

White with #B7AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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