Html Css Color HEX #B7A915 Earls Green

📋 copy color: '#B7A915'

red 183 ◦ green 169 ◦ blue 21

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

Shades of Earls Green #B7A915

Tints of Earls Green #B7A915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 49.06%
G = 45.31%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7A915 (or 0xB7A915) is known color: Earls Green. HEX triplet: B7, A9 and 15. RGB value is (183,169,21). Sum of RGB (Red+Green+Blue) = 183+169+21=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A915 is #4856EA. Grayscale: #9C9C9C. Windows color (decimal): -4740843 or 1419703. OLE color: 1419703.

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

Color convert

RGB 183 169 21 -
CMYK 0 0.08 0.89 0.28
HSL 54.81º 0.79% 0.4% -
HSV(B) 54.81º 0.89% 0.72% -
XYZ 33.85 38.5 6.36 -
YUV 156.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 183 169 21 0 0.08 0.89 0.28 54.81 0.79 0.4
Hex B7 A9 15 0 8 59 1C 37 4F 28
Octal 267 251 25 0 10 131 34 67 117 50
Binary 10110111 10101001 10101 0 1000 1011001 11100 110111 1001111 101000

Color Harmonies of #B7A915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A915

Black with #B7A915

Text Example


Text Example

White with #B7A915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A915; }

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

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

background-color css

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

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

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

border-color css

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

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

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