Html Css Color HEX #AFC283 Caper

📋 copy color: '#AFC283'

red 175 ◦ green 194 ◦ blue 131

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

Shades of Caper #AFC283

Tints of Caper #AFC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 35%
G = 38.8%
B = 26.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#AFC283 (or 0xAFC283) is known color: Caper. HEX triplet: AF, C2 and 83. RGB value is (175,194,131). Sum of RGB (Red+Green+Blue) = 175+194+131=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC283 is #503D7C. Grayscale: #B5B5B5. Windows color (decimal): -5258621 or 8635055. OLE color: 8635055.

HSL color Cylindrical-coordinate representation of color #AFC283: hue angle of 78.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC283 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 131 -
CMYK 0.10 0 0.32 0.24
HSL 78.1º 0.34% 0.64% -
HSV(B) 78.1º 0.32% 0.76% -
XYZ 41.07 49.34 28.83 -
YUV 181.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 175 194 131 0.10 0 0.32 0.24 78.1 0.34 0.64
Hex AF C2 83 A 0 20 18 4E 22 40
Octal 257 302 203 12 0 40 30 116 42 100
Binary 10101111 11000010 10000011 1010 0 100000 11000 1001110 100010 1000000

Color Harmonies of #AFC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC283

Black with #AFC283

Text Example


Text Example

White with #AFC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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