Html Css Color HEX #B1A921 Earls Green

📋 copy color: '#B1A921'

red 177 ◦ green 169 ◦ blue 33

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

Shades of Earls Green #B1A921

Tints of Earls Green #B1A921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.59%

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

R = 46.7%
G = 44.59%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B1A921 (or 0xB1A921) is known color: Earls Green. HEX triplet: B1, A9 and 21. RGB value is (177,169,33). Sum of RGB (Red+Green+Blue) = 177+169+33=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A921 is #4E56DE. Grayscale: #9C9C9C. Windows color (decimal): -5134047 or 2206129. OLE color: 2206129.

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

Color convert

RGB 177 169 33 -
CMYK 0 0.05 0.81 0.31
HSL 56.67º 0.69% 0.41% -
HSV(B) 56.67º 0.81% 0.69% -
XYZ 32.59 37.83 7.02 -
YUV 155.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 177 169 33 0 0.05 0.81 0.31 56.67 0.69 0.41
Hex B1 A9 21 0 5 51 1F 39 45 29
Octal 261 251 41 0 5 121 37 71 105 51
Binary 10110001 10101001 100001 0 101 1010001 11111 111001 1000101 101001

Color Harmonies of #B1A921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A921

Black with #B1A921

Text Example


Text Example

White with #B1A921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A921; }

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

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

background-color css

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

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

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

border-color css

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

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

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