Html Css Color HEX #B7B015 Earls Green

📋 copy color: '#B7B015'

red 183 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #B7B015

Tints of Earls Green #B7B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.32%

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

R = 48.16%
G = 46.32%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7B015 (or 0xB7B015) is known color: Earls Green. HEX triplet: B7, B0 and 15. RGB value is (183,176,21). Sum of RGB (Red+Green+Blue) = 183+176+21=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B015 is #484FEA. Grayscale: #A1A1A1. Windows color (decimal): -4739051 or 1421495. OLE color: 1421495.

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

Color convert

RGB 183 176 21 -
CMYK 0 0.04 0.89 0.28
HSL 57.41º 0.79% 0.4% -
HSV(B) 57.41º 0.89% 0.72% -
XYZ 35.19 41.17 6.8 -
YUV 160.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 183 176 21 0 0.04 0.89 0.28 57.41 0.79 0.4
Hex B7 B0 15 0 4 59 1C 39 4F 28
Octal 267 260 25 0 4 131 34 71 117 50
Binary 10110111 10110000 10101 0 100 1011001 11100 111001 1001111 101000

Color Harmonies of #B7B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B015

Black with #B7B015

Text Example


Text Example

White with #B7B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B015; }

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

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

background-color css

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

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

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

border-color css

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

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

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