Html Css Color HEX #B7A32D Earls Green

📋 copy color: '#B7A32D'

red 183 ◦ green 163 ◦ blue 45

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

Shades of Earls Green #B7A32D

Tints of Earls Green #B7A32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 46.8%
G = 41.69%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7A32D (or 0xB7A32D) is known color: Earls Green. HEX triplet: B7, A3 and 2D. RGB value is (183,163,45). Sum of RGB (Red+Green+Blue) = 183+163+45=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A32D is #485CD2. Grayscale: #9C9C9C. Windows color (decimal): -4742355 or 2991031. OLE color: 2991031.

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

Color convert

RGB 183 163 45 -
CMYK 0 0.11 0.75 0.28
HSL 51.3º 0.61% 0.45% -
HSV(B) 51.3º 0.75% 0.72% -
XYZ 33.1 36.45 7.77 -
YUV 155.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 183 163 45 0 0.11 0.75 0.28 51.3 0.61 0.45
Hex B7 A3 2D 0 B 4B 1C 33 3D 2D
Octal 267 243 55 0 13 113 34 63 75 55
Binary 10110111 10100011 101101 0 1011 1001011 11100 110011 111101 101101

Color Harmonies of #B7A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A32D

Black with #B7A32D

Text Example


Text Example

White with #B7A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A32D; }

 p { color: rgb(183,163,45); }

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

background-color css

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

 a { background-color: rgb(183,163,45); }

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

border-color css

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

 span { border-color: rgb(183,163,45); }

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