Html Css Color HEX #AFCB9B Sprout

📋 copy color: '#AFCB9B'

red 175 ◦ green 203 ◦ blue 155

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

Shades of Sprout #AFCB9B

Tints of Sprout #AFCB9B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.09%

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

R = 32.83%
G = 38.09%
B = 29.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#AFCB9B (or 0xAFCB9B) is known color: Sprout. HEX triplet: AF, CB and 9B. RGB value is (175,203,155). Sum of RGB (Red+Green+Blue) = 175+203+155=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB9B is #503464. Grayscale: #BDBDBD. Windows color (decimal): -5256293 or 10210223. OLE color: 10210223.

HSL color Cylindrical-coordinate representation of color #AFCB9B: hue angle of 95º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCB9B is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 155 -
CMYK 0.14 0 0.24 0.20
HSL 95º 0.32% 0.7% -
HSV(B) 95º 0.24% 0.8% -
XYZ 44.95 54.19 39.1 -
YUV 189.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 175 203 155 0.14 0 0.24 0.20 95 0.32 0.7
Hex AF CB 9B E 0 18 14 5F 20 46
Octal 257 313 233 16 0 30 24 137 40 106
Binary 10101111 11001011 10011011 1110 0 11000 10100 1011111 100000 1000110

Color Harmonies of #AFCB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB9B

Black with #AFCB9B

Text Example


Text Example

White with #AFCB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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