Html Css Color HEX #B7A42C Earls Green

📋 copy color: '#B7A42C'

red 183 ◦ green 164 ◦ blue 44

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

Shades of Earls Green #B7A42C

Tints of Earls Green #B7A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 44 (17.58% from 255) = 11.25%

R = 46.8%
G = 41.94%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7A42C (or 0xB7A42C) is known color: Earls Green. HEX triplet: B7, A4 and 2C. RGB value is (183,164,44). Sum of RGB (Red+Green+Blue) = 183+164+44=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A42C is #485BD3. Grayscale: #9C9C9C. Windows color (decimal): -4742100 or 2925751. OLE color: 2925751.

HSL color Cylindrical-coordinate representation of color #B7A42C: hue angle of 51.8º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7A42C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 44 -
CMYK 0 0.10 0.76 0.28
HSL 51.8º 0.61% 0.45% -
HSV(B) 51.8º 0.76% 0.72% -
XYZ 33.26 36.8 7.73 -
YUV 156 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 183 164 44 0 0.10 0.76 0.28 51.8 0.61 0.45
Hex B7 A4 2C 0 A 4C 1C 34 3D 2D
Octal 267 244 54 0 12 114 34 64 75 55
Binary 10110111 10100100 101100 0 1010 1001100 11100 110100 111101 101101

Color Harmonies of #B7A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A42C

Black with #B7A42C

Text Example


Text Example

White with #B7A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A42C; }

 p { color: rgb(183,164,44); }

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

background-color css

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

 a { background-color: rgb(183,164,44); }

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

border-color css

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

 span { border-color: rgb(183,164,44); }

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