Html Css Color HEX #B7A127 Earls Green

📋 copy color: '#B7A127'

red 183 ◦ green 161 ◦ blue 39

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

Shades of Earls Green #B7A127

Tints of Earls Green #B7A127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 39 (15.63% from 255) = 10.18%

R = 47.78%
G = 42.04%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B7A127 (or 0xB7A127) is known color: Earls Green. HEX triplet: B7, A1 and 27. RGB value is (183,161,39). Sum of RGB (Red+Green+Blue) = 183+161+39=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A127 is #485ED8. Grayscale: #9A9A9A. Windows color (decimal): -4742873 or 2597303. OLE color: 2597303.

HSL color Cylindrical-coordinate representation of color #B7A127: hue angle of 50.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7A127 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 39 -
CMYK 0 0.12 0.79 0.28
HSL 50.83º 0.65% 0.44% -
HSV(B) 50.83º 0.79% 0.72% -
XYZ 32.64 35.7 7.09 -
YUV 153.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 183 161 39 0 0.12 0.79 0.28 50.83 0.65 0.44
Hex B7 A1 27 0 C 4F 1C 33 41 2C
Octal 267 241 47 0 14 117 34 63 101 54
Binary 10110111 10100001 100111 0 1100 1001111 11100 110011 1000001 101100

Color Harmonies of #B7A127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A127

Black with #B7A127

Text Example


Text Example

White with #B7A127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A127; }

 p { color: rgb(183,161,39); }

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

background-color css

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

 a { background-color: rgb(183,161,39); }

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

border-color css

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

 span { border-color: rgb(183,161,39); }

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