Html Css Color HEX #AFCC8B Caper

📋 copy color: '#AFCC8B'

red 175 ◦ green 204 ◦ blue 139

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

Shades of Caper #AFCC8B

Tints of Caper #AFCC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 33.78%
G = 39.38%
B = 26.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#AFCC8B (or 0xAFCC8B) is known color: Caper. HEX triplet: AF, CC and 8B. RGB value is (175,204,139). Sum of RGB (Red+Green+Blue) = 175+204+139=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC8B is #503374. Grayscale: #BCBCBC. Windows color (decimal): -5256053 or 9161903. OLE color: 9161903.

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

Color convert

RGB 175 204 139 -
CMYK 0.14 0 0.32 0.2
HSL 86.77º 0.39% 0.67% -
HSV(B) 86.77º 0.32% 0.8% -
XYZ 43.93 54.16 32.57 -
YUV 187.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 175 204 139 0.14 0 0.32 0.2 86.77 0.39 0.67
Hex AF CC 8B E 0 20 14 57 27 43
Octal 257 314 213 16 0 40 24 127 47 103
Binary 10101111 11001100 10001011 1110 0 100000 10100 1010111 100111 1000011

Color Harmonies of #AFCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC8B

Black with #AFCC8B

Text Example


Text Example

White with #AFCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC8B; }

 p { color: rgb(175,204,139); }

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

background-color css

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

 a { background-color: rgb(175,204,139); }

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

border-color css

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

 span { border-color: rgb(175,204,139); }

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