Html Css Color HEX #B7A31D Earls Green

📋 copy color: '#B7A31D'

red 183 ◦ green 163 ◦ blue 29

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

Shades of Earls Green #B7A31D

Tints of Earls Green #B7A31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 48.8%
G = 43.47%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7A31D (or 0xB7A31D) is known color: Earls Green. HEX triplet: B7, A3 and 1D. RGB value is (183,163,29). Sum of RGB (Red+Green+Blue) = 183+163+29=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A31D is #485CE2. Grayscale: #9A9A9A. Windows color (decimal): -4742371 or 1942455. OLE color: 1942455.

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

Color convert

RGB 183 163 29 -
CMYK 0 0.11 0.84 0.28
HSL 52.21º 0.73% 0.42% -
HSV(B) 52.21º 0.84% 0.72% -
XYZ 32.85 36.35 6.45 -
YUV 153.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 183 163 29 0 0.11 0.84 0.28 52.21 0.73 0.42
Hex B7 A3 1D 0 B 54 1C 34 49 2A
Octal 267 243 35 0 13 124 34 64 111 52
Binary 10110111 10100011 11101 0 1011 1010100 11100 110100 1001001 101010

Color Harmonies of #B7A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A31D

Black with #B7A31D

Text Example


Text Example

White with #B7A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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