Html Css Color HEX #B7A41A Earls Green

📋 copy color: '#B7A41A'

red 183 ◦ green 164 ◦ blue 26

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

Shades of Earls Green #B7A41A

Tints of Earls Green #B7A41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 49.06%
G = 43.97%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7A41A (or 0xB7A41A) is known color: Earls Green. HEX triplet: B7, A4 and 1A. RGB value is (183,164,26). Sum of RGB (Red+Green+Blue) = 183+164+26=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A41A is #485BE5. Grayscale: #9A9A9A. Windows color (decimal): -4742118 or 1746103. OLE color: 1746103.

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

Color convert

RGB 183 164 26 -
CMYK 0 0.10 0.86 0.28
HSL 52.74º 0.75% 0.41% -
HSV(B) 52.74º 0.86% 0.72% -
XYZ 32.99 36.69 6.32 -
YUV 153.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 183 164 26 0 0.10 0.86 0.28 52.74 0.75 0.41
Hex B7 A4 1A 0 A 56 1C 35 4B 29
Octal 267 244 32 0 12 126 34 65 113 51
Binary 10110111 10100100 11010 0 1010 1010110 11100 110101 1001011 101001

Color Harmonies of #B7A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A41A

Black with #B7A41A

Text Example


Text Example

White with #B7A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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