Html Css Color HEX #B7A519 Earls Green

📋 copy color: '#B7A519'

red 183 ◦ green 165 ◦ blue 25

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

Shades of Earls Green #B7A519

Tints of Earls Green #B7A519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 49.06%
G = 44.24%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7A519 (or 0xB7A519) is known color: Earls Green. HEX triplet: B7, A5 and 19. RGB value is (183,165,25). Sum of RGB (Red+Green+Blue) = 183+165+25=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A519 is #485AE6. Grayscale: #9B9B9B. Windows color (decimal): -4741863 or 1680823. OLE color: 1680823.

HSL color Cylindrical-coordinate representation of color #B7A519: hue angle of 53.16º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7A519 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 25 -
CMYK 0 0.10 0.86 0.28
HSL 53.16º 0.76% 0.41% -
HSV(B) 53.16º 0.86% 0.72% -
XYZ 33.16 37.05 6.32 -
YUV 154.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 183 165 25 0 0.10 0.86 0.28 53.16 0.76 0.41
Hex B7 A5 19 0 A 56 1C 35 4C 29
Octal 267 245 31 0 12 126 34 65 114 51
Binary 10110111 10100101 11001 0 1010 1010110 11100 110101 1001100 101001

Color Harmonies of #B7A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A519

Black with #B7A519

Text Example


Text Example

White with #B7A519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A519; }

 p { color: rgb(183,165,25); }

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

background-color css

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

 a { background-color: rgb(183,165,25); }

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

border-color css

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

 span { border-color: rgb(183,165,25); }

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