Html Css Color HEX #B7A431 Earls Green

📋 copy color: '#B7A431'

red 183 ◦ green 164 ◦ blue 49

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

Shades of Earls Green #B7A431

Tints of Earls Green #B7A431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 46.21%
G = 41.41%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7A431 (or 0xB7A431) is known color: Earls Green. HEX triplet: B7, A4 and 31. RGB value is (183,164,49). Sum of RGB (Red+Green+Blue) = 183+164+49=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A431 is #485BCE. Grayscale: #9D9D9D. Windows color (decimal): -4742095 or 3253431. OLE color: 3253431.

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

Color convert

RGB 183 164 49 -
CMYK 0 0.10 0.73 0.28
HSL 51.49º 0.58% 0.45% -
HSV(B) 51.49º 0.73% 0.72% -
XYZ 33.36 36.84 8.26 -
YUV 156.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 183 164 49 0 0.10 0.73 0.28 51.49 0.58 0.45
Hex B7 A4 31 0 A 49 1C 33 3A 2D
Octal 267 244 61 0 12 111 34 63 72 55
Binary 10110111 10100100 110001 0 1010 1001001 11100 110011 111010 101101

Color Harmonies of #B7A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A431

Black with #B7A431

Text Example


Text Example

White with #B7A431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A431; }

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

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

background-color css

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

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

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

border-color css

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

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

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