Html Css Color HEX #B7A124 Earls Green

📋 copy color: '#B7A124'

red 183 ◦ green 161 ◦ blue 36

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

Shades of Earls Green #B7A124

Tints of Earls Green #B7A124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 48.16%
G = 42.37%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B7A124 (or 0xB7A124) is known color: Earls Green. HEX triplet: B7, A1 and 24. RGB value is (183,161,36). Sum of RGB (Red+Green+Blue) = 183+161+36=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A124 is #485EDB. Grayscale: #999999. Windows color (decimal): -4742876 or 2400695. OLE color: 2400695.

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

Color convert

RGB 183 161 36 -
CMYK 0 0.12 0.80 0.28
HSL 51.02º 0.67% 0.43% -
HSV(B) 51.02º 0.8% 0.72% -
XYZ 32.59 35.68 6.84 -
YUV 153.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 183 161 36 0 0.12 0.80 0.28 51.02 0.67 0.43
Hex B7 A1 24 0 C 50 1C 33 43 2B
Octal 267 241 44 0 14 120 34 63 103 53
Binary 10110111 10100001 100100 0 1100 1010000 11100 110011 1000011 101011

Color Harmonies of #B7A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A124

Black with #B7A124

Text Example


Text Example

White with #B7A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A124; }

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

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

background-color css

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

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

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

border-color css

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

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

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