Html Css Color HEX #AFC69B Sprout

📋 copy color: '#AFC69B'

red 175 ◦ green 198 ◦ blue 155

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

Shades of Sprout #AFC69B

Tints of Sprout #AFC69B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 33.14%
G = 37.5%
B = 29.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#AFC69B (or 0xAFC69B) is known color: Sprout. HEX triplet: AF, C6 and 9B. RGB value is (175,198,155). Sum of RGB (Red+Green+Blue) = 175+198+155=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69B is #503964. Grayscale: #BABABA. Windows color (decimal): -5257573 or 10208943. OLE color: 10208943.

HSL color Cylindrical-coordinate representation of color #AFC69B: hue angle of 92.09º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC69B is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 155 -
CMYK 0.12 0 0.22 0.22
HSL 92.09º 0.27% 0.69% -
HSV(B) 92.09º 0.22% 0.78% -
XYZ 43.79 51.87 38.71 -
YUV 186.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 175 198 155 0.12 0 0.22 0.22 92.09 0.27 0.69
Hex AF C6 9B C 0 16 16 5C 1B 45
Octal 257 306 233 14 0 26 26 134 33 105
Binary 10101111 11000110 10011011 1100 0 10110 10110 1011100 11011 1000101

Color Harmonies of #AFC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC69B

Black with #AFC69B

Text Example


Text Example

White with #AFC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC69B; }

 p { color: rgb(175,198,155); }

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

background-color css

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

 a { background-color: rgb(175,198,155); }

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

border-color css

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

 span { border-color: rgb(175,198,155); }

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