Html Css Color HEX #B7AD14 Earls Green

📋 copy color: '#B7AD14'

red 183 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #B7AD14

Tints of Earls Green #B7AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 48.67%
G = 46.01%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7AD14 (or 0xB7AD14) is known color: Earls Green. HEX triplet: B7, AD and 14. RGB value is (183,173,20). Sum of RGB (Red+Green+Blue) = 183+173+20=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD14 is #4852EB. Grayscale: #9F9F9F. Windows color (decimal): -4739820 or 1355191. OLE color: 1355191.

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

Color convert

RGB 183 173 20 -
CMYK 0 0.05 0.89 0.28
HSL 56.32º 0.8% 0.4% -
HSV(B) 56.32º 0.89% 0.72% -
XYZ 34.6 40 6.56 -
YUV 158.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 183 173 20 0 0.05 0.89 0.28 56.32 0.8 0.4
Hex B7 AD 14 0 5 59 1C 38 50 28
Octal 267 255 24 0 5 131 34 70 120 50
Binary 10110111 10101101 10100 0 101 1011001 11100 111000 1010000 101000

Color Harmonies of #B7AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD14

Black with #B7AD14

Text Example


Text Example

White with #B7AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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