Html Css Color HEX #AFBA90 Green Spring

📋 copy color: '#AFBA90'

red 175 ◦ green 186 ◦ blue 144

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

Shades of Green Spring #AFBA90

Tints of Green Spring #AFBA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 34.65%
G = 36.83%
B = 28.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#AFBA90 (or 0xAFBA90) is known color: Green Spring. HEX triplet: AF, BA and 90. RGB value is (175,186,144). Sum of RGB (Red+Green+Blue) = 175+186+144=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA90 is #50456F. Grayscale: #B2B2B2. Windows color (decimal): -5260656 or 9484975. OLE color: 9484975.

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

Color convert

RGB 175 186 144 -
CMYK 0.06 0 0.23 0.27
HSL 75.71º 0.23% 0.65% -
HSV(B) 75.71º 0.23% 0.73% -
XYZ 40.27 46.25 33.19 -
YUV 177.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 175 186 144 0.06 0 0.23 0.27 75.71 0.23 0.65
Hex AF BA 90 6 0 17 1B 4C 17 41
Octal 257 272 220 6 0 27 33 114 27 101
Binary 10101111 10111010 10010000 110 0 10111 11011 1001100 10111 1000001

Color Harmonies of #AFBA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA90

Black with #AFBA90

Text Example


Text Example

White with #AFBA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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