Html Css Color HEX #AFBA91 Green Spring

📋 copy color: '#AFBA91'

red 175 ◦ green 186 ◦ blue 145

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

Shades of Green Spring #AFBA91

Tints of Green Spring #AFBA91

RGB

 RED value IS 175 (68.75% from 255) = 34.58%

 GREEN value IS 186 (73.05% from 255) = 36.76%

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 34.58%
G = 36.76%
B = 28.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#AFBA91 (or 0xAFBA91) is known color: Green Spring. HEX triplet: AF, BA and 91. RGB value is (175,186,145). Sum of RGB (Red+Green+Blue) = 175+186+145=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA91 is #50456E. Grayscale: #B2B2B2. Windows color (decimal): -5260655 or 9550511. OLE color: 9550511.

HSL color Cylindrical-coordinate representation of color #AFBA91: hue angle of 76.1º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBA91 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 145 -
CMYK 0.06 0 0.22 0.27
HSL 76.1º 0.23% 0.65% -
HSV(B) 76.1º 0.22% 0.73% -
XYZ 40.35 46.28 33.59 -
YUV 178.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 175 186 145 0.06 0 0.22 0.27 76.1 0.23 0.65
Hex AF BA 91 6 0 16 1B 4C 17 41
Octal 257 272 221 6 0 26 33 114 27 101
Binary 10101111 10111010 10010001 110 0 10110 11011 1001100 10111 1000001

Color Harmonies of #AFBA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA91

Black with #AFBA91

Text Example


Text Example

White with #AFBA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA91; }

 p { color: rgb(175,186,145); }

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

background-color css

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

 a { background-color: rgb(175,186,145); }

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

border-color css

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

 span { border-color: rgb(175,186,145); }

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