Html Css Color HEX #B7B120 Earls Green

📋 copy color: '#B7B120'

red 183 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #B7B120

Tints of Earls Green #B7B120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 46.68%
G = 45.15%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7B120 (or 0xB7B120) is known color: Earls Green. HEX triplet: B7, B1 and 20. RGB value is (183,177,32). Sum of RGB (Red+Green+Blue) = 183+177+32=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B120 is #484EDF. Grayscale: #A2A2A2. Windows color (decimal): -4738784 or 2142647. OLE color: 2142647.

HSL color Cylindrical-coordinate representation of color #B7B120: hue angle of 57.62º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7B120 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 32 -
CMYK 0 0.03 0.83 0.28
HSL 57.62º 0.7% 0.42% -
HSV(B) 57.62º 0.83% 0.72% -
XYZ 35.51 41.62 7.53 -
YUV 162.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 183 177 32 0 0.03 0.83 0.28 57.62 0.7 0.42
Hex B7 B1 20 0 3 53 1C 3A 46 2A
Octal 267 261 40 0 3 123 34 72 106 52
Binary 10110111 10110001 100000 0 11 1010011 11100 111010 1000110 101010

Color Harmonies of #B7B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B120

Black with #B7B120

Text Example


Text Example

White with #B7B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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