Html Css Color HEX #B7A21A Earls Green

📋 copy color: '#B7A21A'

red 183 ◦ green 162 ◦ blue 26

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

Shades of Earls Green #B7A21A

Tints of Earls Green #B7A21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 49.33%
G = 43.67%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7A21A (or 0xB7A21A) is known color: Earls Green. HEX triplet: B7, A2 and 1A. RGB value is (183,162,26). Sum of RGB (Red+Green+Blue) = 183+162+26=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A21A is #485DE5. Grayscale: #999999. Windows color (decimal): -4742630 or 1745591. OLE color: 1745591.

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

Color convert

RGB 183 162 26 -
CMYK 0 0.11 0.86 0.28
HSL 51.97º 0.75% 0.41% -
HSV(B) 51.97º 0.86% 0.72% -
XYZ 32.64 35.98 6.2 -
YUV 152.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 183 162 26 0 0.11 0.86 0.28 51.97 0.75 0.41
Hex B7 A2 1A 0 B 56 1C 34 4B 29
Octal 267 242 32 0 13 126 34 64 113 51
Binary 10110111 10100010 11010 0 1011 1010110 11100 110100 1001011 101001

Color Harmonies of #B7A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A21A

Black with #B7A21A

Text Example


Text Example

White with #B7A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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