Html Css Color HEX #B7A122 Earls Green

📋 copy color: '#B7A122'

red 183 ◦ green 161 ◦ blue 34

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

Shades of Earls Green #B7A122

Tints of Earls Green #B7A122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.99%

R = 48.41%
G = 42.59%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B7A122 (or 0xB7A122) is known color: Earls Green. HEX triplet: B7, A1 and 22. RGB value is (183,161,34). Sum of RGB (Red+Green+Blue) = 183+161+34=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A122 is #485EDD. Grayscale: #999999. Windows color (decimal): -4742878 or 2269623. OLE color: 2269623.

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

Color convert

RGB 183 161 34 -
CMYK 0 0.12 0.81 0.28
HSL 51.14º 0.69% 0.43% -
HSV(B) 51.14º 0.81% 0.72% -
XYZ 32.56 35.67 6.68 -
YUV 153.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 183 161 34 0 0.12 0.81 0.28 51.14 0.69 0.43
Hex B7 A1 22 0 C 51 1C 33 45 2B
Octal 267 241 42 0 14 121 34 63 105 53
Binary 10110111 10100001 100010 0 1100 1010001 11100 110011 1000101 101011

Color Harmonies of #B7A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A122

Black with #B7A122

Text Example


Text Example

White with #B7A122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A122; }

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

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

background-color css

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

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

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

border-color css

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

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

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