Html Css Color HEX #AFC380 Caper

📋 copy color: '#AFC380'

red 175 ◦ green 195 ◦ blue 128

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

Shades of Caper #AFC380

Tints of Caper #AFC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 128 (50.39% from 255) = 25.7%

R = 35.14%
G = 39.16%
B = 25.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#AFC380 (or 0xAFC380) is known color: Caper. HEX triplet: AF, C3 and 80. RGB value is (175,195,128). Sum of RGB (Red+Green+Blue) = 175+195+128=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC380 is #503C7F. Grayscale: #B5B5B5. Windows color (decimal): -5258368 or 8438703. OLE color: 8438703.

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

Color convert

RGB 175 195 128 -
CMYK 0.10 0 0.34 0.24
HSL 77.91º 0.36% 0.63% -
HSV(B) 77.91º 0.34% 0.76% -
XYZ 41.09 49.7 27.85 -
YUV 181.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 175 195 128 0.10 0 0.34 0.24 77.91 0.36 0.63
Hex AF C3 80 A 0 22 18 4E 24 3F
Octal 257 303 200 12 0 42 30 116 44 77
Binary 10101111 11000011 10000000 1010 0 100010 11000 1001110 100100 111111

Color Harmonies of #AFC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC380

Black with #AFC380

Text Example


Text Example

White with #AFC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC380; }

 p { color: rgb(175,195,128); }

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

background-color css

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

 a { background-color: rgb(175,195,128); }

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

border-color css

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

 span { border-color: rgb(175,195,128); }

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