Html Css Color HEX #B1A718 Earls Green

📋 copy color: '#B1A718'

red 177 ◦ green 167 ◦ blue 24

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

Shades of Earls Green #B1A718

Tints of Earls Green #B1A718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.38%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 48.1%
G = 45.38%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B1A718 (or 0xB1A718) is known color: Earls Green. HEX triplet: B1, A7 and 18. RGB value is (177,167,24). Sum of RGB (Red+Green+Blue) = 177+167+24=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A718 is #4E58E7. Grayscale: #9A9A9A. Windows color (decimal): -5134568 or 1615793. OLE color: 1615793.

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

Color convert

RGB 177 167 24 -
CMYK 0 0.06 0.86 0.31
HSL 56.08º 0.76% 0.39% -
HSV(B) 56.08º 0.86% 0.69% -
XYZ 32.12 37.05 6.32 -
YUV 153.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 177 167 24 0 0.06 0.86 0.31 56.08 0.76 0.39
Hex B1 A7 18 0 6 56 1F 38 4C 27
Octal 261 247 30 0 6 126 37 70 114 47
Binary 10110001 10100111 11000 0 110 1010110 11111 111000 1001100 100111

Color Harmonies of #B1A718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A718

Black with #B1A718

Text Example


Text Example

White with #B1A718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A718; }

 p { color: rgb(177,167,24); }

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

background-color css

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

 a { background-color: rgb(177,167,24); }

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

border-color css

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

 span { border-color: rgb(177,167,24); }

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