Html Css Color HEX #B7A813 Earls Green

📋 copy color: '#B7A813'

red 183 ◦ green 168 ◦ blue 19

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

Shades of Earls Green #B7A813

Tints of Earls Green #B7A813

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.41%

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 49.46%
G = 45.41%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B7A813 (or 0xB7A813) is known color: Earls Green. HEX triplet: B7, A8 and 13. RGB value is (183,168,19). Sum of RGB (Red+Green+Blue) = 183+168+19=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A813 is #4857EC. Grayscale: #9C9C9C. Windows color (decimal): -4741101 or 1288375. OLE color: 1288375.

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

Color convert

RGB 183 168 19 -
CMYK 0 0.08 0.90 0.28
HSL 54.51º 0.81% 0.4% -
HSV(B) 54.51º 0.9% 0.72% -
XYZ 33.65 38.12 6.2 -
YUV 155.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 183 168 19 0 0.08 0.90 0.28 54.51 0.81 0.4
Hex B7 A8 13 0 8 5A 1C 37 51 28
Octal 267 250 23 0 10 132 34 67 121 50
Binary 10110111 10101000 10011 0 1000 1011010 11100 110111 1010001 101000

Color Harmonies of #B7A813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A813

Black with #B7A813

Text Example


Text Example

White with #B7A813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A813; }

 p { color: rgb(183,168,19); }

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

background-color css

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

 a { background-color: rgb(183,168,19); }

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

border-color css

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

 span { border-color: rgb(183,168,19); }

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