Html Css Color HEX #AFBD93 Green Spring

📋 copy color: '#AFBD93'

red 175 ◦ green 189 ◦ blue 147

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

Shades of Green Spring #AFBD93

Tints of Green Spring #AFBD93

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.99%

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

R = 34.25%
G = 36.99%
B = 28.77%

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

#AFBD93 (or 0xAFBD93) is known color: Green Spring. HEX triplet: AF, BD and 93. RGB value is (175,189,147). Sum of RGB (Red+Green+Blue) = 175+189+147=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD93 is #50426C. Grayscale: #B4B4B4. Windows color (decimal): -5259885 or 9682351. OLE color: 9682351.

HSL color Cylindrical-coordinate representation of color #AFBD93: hue angle of 80º degrees, saturation: 0.24, 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 #AFBD93 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 147 -
CMYK 0.07 0 0.22 0.26
HSL 80º 0.24% 0.66% -
HSV(B) 80º 0.22% 0.74% -
XYZ 41.14 47.62 34.63 -
YUV 180.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 175 189 147 0.07 0 0.22 0.26 80 0.24 0.66
Hex AF BD 93 7 0 16 1A 50 18 42
Octal 257 275 223 7 0 26 32 120 30 102
Binary 10101111 10111101 10010011 111 0 10110 11010 1010000 11000 1000010

Color Harmonies of #AFBD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD93

Black with #AFBD93

Text Example


Text Example

White with #AFBD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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