Html Css Color HEX #AFBC93 Green Spring

📋 copy color: '#AFBC93'

red 175 ◦ green 188 ◦ blue 147

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

Shades of Green Spring #AFBC93

Tints of Green Spring #AFBC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 147 (57.81% from 255) = 28.82%

R = 34.31%
G = 36.86%
B = 28.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#AFBC93 (or 0xAFBC93) is known color: Green Spring. HEX triplet: AF, BC and 93. RGB value is (175,188,147). Sum of RGB (Red+Green+Blue) = 175+188+147=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC93 is #50436C. Grayscale: #B3B3B3. Windows color (decimal): -5260141 or 9682095. OLE color: 9682095.

HSL color Cylindrical-coordinate representation of color #AFBC93: hue angle of 79.02º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBC93 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 147 -
CMYK 0.07 0 0.22 0.26
HSL 79.02º 0.23% 0.66% -
HSV(B) 79.02º 0.22% 0.74% -
XYZ 40.93 47.19 34.55 -
YUV 179.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 175 188 147 0.07 0 0.22 0.26 79.02 0.23 0.66
Hex AF BC 93 7 0 16 1A 4F 17 42
Octal 257 274 223 7 0 26 32 117 27 102
Binary 10101111 10111100 10010011 111 0 10110 11010 1001111 10111 1000010

Color Harmonies of #AFBC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC93

Black with #AFBC93

Text Example


Text Example

White with #AFBC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC93; }

 p { color: rgb(175,188,147); }

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

background-color css

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

 a { background-color: rgb(175,188,147); }

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

border-color css

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

 span { border-color: rgb(175,188,147); }

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