Html Css Color HEX #B7A715 Earls Green

📋 copy color: '#B7A715'

red 183 ◦ green 167 ◦ blue 21

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

Shades of Earls Green #B7A715

Tints of Earls Green #B7A715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 49.33%
G = 45.01%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7A715 (or 0xB7A715) is known color: Earls Green. HEX triplet: B7, A7 and 15. RGB value is (183,167,21). Sum of RGB (Red+Green+Blue) = 183+167+21=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A715 is #4858EA. Grayscale: #9B9B9B. Windows color (decimal): -4741355 or 1419191. OLE color: 1419191.

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

Color convert

RGB 183 167 21 -
CMYK 0 0.09 0.89 0.28
HSL 54.07º 0.79% 0.4% -
HSV(B) 54.07º 0.89% 0.72% -
XYZ 33.48 37.76 6.23 -
YUV 155.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 183 167 21 0 0.09 0.89 0.28 54.07 0.79 0.4
Hex B7 A7 15 0 9 59 1C 36 4F 28
Octal 267 247 25 0 11 131 34 66 117 50
Binary 10110111 10100111 10101 0 1001 1011001 11100 110110 1001111 101000

Color Harmonies of #B7A715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A715

Black with #B7A715

Text Example


Text Example

White with #B7A715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A715; }

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

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

background-color css

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

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

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

border-color css

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

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

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