Html Css Color HEX #B7A61E Earls Green

📋 copy color: '#B7A61E'

red 183 ◦ green 166 ◦ blue 30

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

Shades of Earls Green #B7A61E

Tints of Earls Green #B7A61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 48.28%
G = 43.8%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7A61E (or 0xB7A61E) is known color: Earls Green. HEX triplet: B7, A6 and 1E. RGB value is (183,166,30). Sum of RGB (Red+Green+Blue) = 183+166+30=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A61E is #4859E1. Grayscale: #9C9C9C. Windows color (decimal): -4741602 or 2008759. OLE color: 2008759.

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

Color convert

RGB 183 166 30 -
CMYK 0 0.09 0.84 0.28
HSL 53.33º 0.72% 0.42% -
HSV(B) 53.33º 0.84% 0.72% -
XYZ 33.4 37.43 6.69 -
YUV 155.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 183 166 30 0 0.09 0.84 0.28 53.33 0.72 0.42
Hex B7 A6 1E 0 9 54 1C 35 48 2A
Octal 267 246 36 0 11 124 34 65 110 52
Binary 10110111 10100110 11110 0 1001 1010100 11100 110101 1001000 101010

Color Harmonies of #B7A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A61E

Black with #B7A61E

Text Example


Text Example

White with #B7A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A61E; }

 p { color: rgb(183,166,30); }

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

background-color css

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

 a { background-color: rgb(183,166,30); }

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

border-color css

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

 span { border-color: rgb(183,166,30); }

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