Html Css Color HEX #B7A41D Earls Green

📋 copy color: '#B7A41D'

red 183 ◦ green 164 ◦ blue 29

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

Shades of Earls Green #B7A41D

Tints of Earls Green #B7A41D

RGB

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

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

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

R = 48.67%
G = 43.62%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7A41D (or 0xB7A41D) is known color: Earls Green. HEX triplet: B7, A4 and 1D. RGB value is (183,164,29). Sum of RGB (Red+Green+Blue) = 183+164+29=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A41D is #485BE2. Grayscale: #9A9A9A. Windows color (decimal): -4742115 or 1942711. OLE color: 1942711.

HSL color Cylindrical-coordinate representation of color #B7A41D: hue angle of 52.6º 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 #B7A41D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 29 -
CMYK 0 0.10 0.84 0.28
HSL 52.6º 0.73% 0.42% -
HSV(B) 52.6º 0.84% 0.72% -
XYZ 33.03 36.71 6.51 -
YUV 154.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 183 164 29 0 0.10 0.84 0.28 52.6 0.73 0.42
Hex B7 A4 1D 0 A 54 1C 35 49 2A
Octal 267 244 35 0 12 124 34 65 111 52
Binary 10110111 10100100 11101 0 1010 1010100 11100 110101 1001001 101010

Color Harmonies of #B7A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A41D

Black with #B7A41D

Text Example


Text Example

White with #B7A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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