Html Css Color HEX #B7B115 Earls Green

📋 copy color: '#B7B115'

red 183 ◦ green 177 ◦ blue 21

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

Shades of Earls Green #B7B115

Tints of Earls Green #B7B115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.46%

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

R = 48.03%
G = 46.46%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7B115 (or 0xB7B115) is known color: Earls Green. HEX triplet: B7, B1 and 15. RGB value is (183,177,21). Sum of RGB (Red+Green+Blue) = 183+177+21=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B115 is #484EEA. Grayscale: #A1A1A1. Windows color (decimal): -4738795 or 1421751. OLE color: 1421751.

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

Color convert

RGB 183 177 21 -
CMYK 0 0.03 0.89 0.28
HSL 57.78º 0.79% 0.4% -
HSV(B) 57.78º 0.89% 0.72% -
XYZ 35.39 41.57 6.87 -
YUV 161.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 183 177 21 0 0.03 0.89 0.28 57.78 0.79 0.4
Hex B7 B1 15 0 3 59 1C 3A 4F 28
Octal 267 261 25 0 3 131 34 72 117 50
Binary 10110111 10110001 10101 0 11 1011001 11100 111010 1001111 101000

Color Harmonies of #B7B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B115

Black with #B7B115

Text Example


Text Example

White with #B7B115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B115; }

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

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

background-color css

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

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

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

border-color css

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

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

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