Html Css Color HEX #AFC390 Caper

📋 copy color: '#AFC390'

red 175 ◦ green 195 ◦ blue 144

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

Shades of Caper #AFC390

Tints of Caper #AFC390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.02%

R = 34.05%
G = 37.94%
B = 28.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AFC390 (or 0xAFC390) is known color: Caper. HEX triplet: AF, C3 and 90. RGB value is (175,195,144). Sum of RGB (Red+Green+Blue) = 175+195+144=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC390 is #503C6F. Grayscale: #B7B7B7. Windows color (decimal): -5258352 or 9487279. OLE color: 9487279.

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

Color convert

RGB 175 195 144 -
CMYK 0.10 0 0.26 0.24
HSL 83.53º 0.3% 0.66% -
HSV(B) 83.53º 0.26% 0.76% -
XYZ 42.23 50.16 33.84 -
YUV 183.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 175 195 144 0.10 0 0.26 0.24 83.53 0.3 0.66
Hex AF C3 90 A 0 1A 18 54 1E 42
Octal 257 303 220 12 0 32 30 124 36 102
Binary 10101111 11000011 10010000 1010 0 11010 11000 1010100 11110 1000010

Color Harmonies of #AFC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC390

Black with #AFC390

Text Example


Text Example

White with #AFC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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