Html Css Color HEX #AFCB93 Sprout

📋 copy color: '#AFCB93'

red 175 ◦ green 203 ◦ blue 147

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

Shades of Sprout #AFCB93

Tints of Sprout #AFCB93

RGB

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

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

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

R = 33.33%
G = 38.67%
B = 28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#AFCB93 (or 0xAFCB93) is known color: Sprout. HEX triplet: AF, CB and 93. RGB value is (175,203,147). Sum of RGB (Red+Green+Blue) = 175+203+147=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB93 is #50346C. Grayscale: #BCBCBC. Windows color (decimal): -5256301 or 9685935. OLE color: 9685935.

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

Color convert

RGB 175 203 147 -
CMYK 0.14 0 0.28 0.20
HSL 90º 0.35% 0.69% -
HSV(B) 90º 0.28% 0.8% -
XYZ 44.3 53.93 35.68 -
YUV 188.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 175 203 147 0.14 0 0.28 0.20 90 0.35 0.69
Hex AF CB 93 E 0 1C 14 5A 23 45
Octal 257 313 223 16 0 34 24 132 43 105
Binary 10101111 11001011 10010011 1110 0 11100 10100 1011010 100011 1000101

Color Harmonies of #AFCB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB93

Black with #AFCB93

Text Example


Text Example

White with #AFCB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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