Html Css Color HEX #AFCB98 Sprout

📋 copy color: '#AFCB98'

red 175 ◦ green 203 ◦ blue 152

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

Shades of Sprout #AFCB98

Tints of Sprout #AFCB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 33.02%
G = 38.3%
B = 28.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#AFCB98 (or 0xAFCB98) is known color: Sprout. HEX triplet: AF, CB and 98. RGB value is (175,203,152). Sum of RGB (Red+Green+Blue) = 175+203+152=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB98 is #503467. Grayscale: #BCBCBC. Windows color (decimal): -5256296 or 10013615. OLE color: 10013615.

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

Color convert

RGB 175 203 152 -
CMYK 0.14 0 0.25 0.20
HSL 92.94º 0.33% 0.7% -
HSV(B) 92.94º 0.25% 0.8% -
XYZ 44.7 54.09 37.79 -
YUV 188.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 175 203 152 0.14 0 0.25 0.20 92.94 0.33 0.7
Hex AF CB 98 E 0 19 14 5D 21 46
Octal 257 313 230 16 0 31 24 135 41 106
Binary 10101111 11001011 10011000 1110 0 11001 10100 1011101 100001 1000110

Color Harmonies of #AFCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB98

Black with #AFCB98

Text Example


Text Example

White with #AFCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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