Html Css Color HEX #B1A421 Earls Green

📋 copy color: '#B1A421'

red 177 ◦ green 164 ◦ blue 33

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

Shades of Earls Green #B1A421

Tints of Earls Green #B1A421

RGB

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

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

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

R = 47.33%
G = 43.85%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B1A421 (or 0xB1A421) is known color: Earls Green. HEX triplet: B1, A4 and 21. RGB value is (177,164,33). Sum of RGB (Red+Green+Blue) = 177+164+33=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A421 is #4E5BDE. Grayscale: #999999. Windows color (decimal): -5135327 or 2204849. OLE color: 2204849.

HSL color Cylindrical-coordinate representation of color #B1A421: hue angle of 54.58º 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 #B1A421 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 33 -
CMYK 0 0.07 0.81 0.31
HSL 54.58º 0.69% 0.41% -
HSV(B) 54.58º 0.81% 0.69% -
XYZ 31.68 36.01 6.72 -
YUV 152.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 177 164 33 0 0.07 0.81 0.31 54.58 0.69 0.41
Hex B1 A4 21 0 7 51 1F 37 45 29
Octal 261 244 41 0 7 121 37 67 105 51
Binary 10110001 10100100 100001 0 111 1010001 11111 110111 1000101 101001

Color Harmonies of #B1A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A421

Black with #B1A421

Text Example


Text Example

White with #B1A421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A421; }

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

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

background-color css

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

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

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

border-color css

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

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

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