Html Css Color HEX #B1A917 Earls Green

📋 copy color: '#B1A917'

red 177 ◦ green 169 ◦ blue 23

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

Shades of Earls Green #B1A917

Tints of Earls Green #B1A917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 47.97%
G = 45.8%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B1A917 (or 0xB1A917) is known color: Earls Green. HEX triplet: B1, A9 and 17. RGB value is (177,169,23). Sum of RGB (Red+Green+Blue) = 177+169+23=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A917 is #4E56E8. Grayscale: #9B9B9B. Windows color (decimal): -5134057 or 1550769. OLE color: 1550769.

HSL color Cylindrical-coordinate representation of color #B1A917: hue angle of 56.88º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1A917 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 169 23 -
CMYK 0 0.05 0.87 0.31
HSL 56.88º 0.77% 0.39% -
HSV(B) 56.88º 0.87% 0.69% -
XYZ 32.47 37.78 6.39 -
YUV 154.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 177 169 23 0 0.05 0.87 0.31 56.88 0.77 0.39
Hex B1 A9 17 0 5 57 1F 39 4D 27
Octal 261 251 27 0 5 127 37 71 115 47
Binary 10110001 10101001 10111 0 101 1010111 11111 111001 1001101 100111

Color Harmonies of #B1A917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A917

Black with #B1A917

Text Example


Text Example

White with #B1A917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A917; }

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

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

background-color css

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

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

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

border-color css

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

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

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