Html Css Color HEX #B1A321 Earls Green

📋 copy color: '#B1A321'

red 177 ◦ green 163 ◦ blue 33

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

Shades of Earls Green #B1A321

Tints of Earls Green #B1A321

RGB

 RED value IS 177 (69.53% from 255) = 47.45%

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

 BLUE value IS 33 (13.28% from 255) = 8.85%

R = 47.45%
G = 43.7%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B1A321 (or 0xB1A321) is known color: Earls Green. HEX triplet: B1, A3 and 21. RGB value is (177,163,33). Sum of RGB (Red+Green+Blue) = 177+163+33=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A321 is #4E5CDE. Grayscale: #989898. Windows color (decimal): -5135583 or 2204593. OLE color: 2204593.

HSL color Cylindrical-coordinate representation of color #B1A321: hue angle of 54.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1A321 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 163 33 -
CMYK 0 0.08 0.81 0.31
HSL 54.17º 0.69% 0.41% -
HSV(B) 54.17º 0.81% 0.69% -
XYZ 31.5 35.65 6.66 -
YUV 152.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 177 163 33 0 0.08 0.81 0.31 54.17 0.69 0.41
Hex B1 A3 21 0 8 51 1F 36 45 29
Octal 261 243 41 0 10 121 37 66 105 51
Binary 10110001 10100011 100001 0 1000 1010001 11111 110110 1000101 101001

Color Harmonies of #B1A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A321

Black with #B1A321

Text Example


Text Example

White with #B1A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A321; }

 p { color: rgb(177,163,33); }

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

background-color css

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

 a { background-color: rgb(177,163,33); }

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

border-color css

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

 span { border-color: rgb(177,163,33); }

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