Html Css Color HEX #AFC883 Caper

📋 copy color: '#AFC883'

red 175 ◦ green 200 ◦ blue 131

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

Shades of Caper #AFC883

Tints of Caper #AFC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 34.58%
G = 39.53%
B = 25.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#AFC883 (or 0xAFC883) is known color: Caper. HEX triplet: AF, C8 and 83. RGB value is (175,200,131). Sum of RGB (Red+Green+Blue) = 175+200+131=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC883 is #50377C. Grayscale: #B8B8B8. Windows color (decimal): -5257085 or 8636591. OLE color: 8636591.

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

Color convert

RGB 175 200 131 -
CMYK 0.12 0 0.34 0.22
HSL 81.74º 0.39% 0.65% -
HSV(B) 81.74º 0.35% 0.78% -
XYZ 42.43 52.06 29.29 -
YUV 184.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 175 200 131 0.12 0 0.34 0.22 81.74 0.39 0.65
Hex AF C8 83 C 0 22 16 52 27 41
Octal 257 310 203 14 0 42 26 122 47 101
Binary 10101111 11001000 10000011 1100 0 100010 10110 1010010 100111 1000001

Color Harmonies of #AFC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC883

Black with #AFC883

Text Example


Text Example

White with #AFC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC883; }

 p { color: rgb(175,200,131); }

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

background-color css

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

 a { background-color: rgb(175,200,131); }

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

border-color css

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

 span { border-color: rgb(175,200,131); }

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