Html Css Color HEX #AFC090 Caper

📋 copy color: '#AFC090'

red 175 ◦ green 192 ◦ blue 144

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

Shades of Caper #AFC090

Tints of Caper #AFC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.57%

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

R = 34.25%
G = 37.57%
B = 28.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#AFC090 (or 0xAFC090) is known color: Caper. HEX triplet: AF, C0 and 90. RGB value is (175,192,144). Sum of RGB (Red+Green+Blue) = 175+192+144=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC090 is #503F6F. Grayscale: #B5B5B5. Windows color (decimal): -5259120 or 9486511. OLE color: 9486511.

HSL color Cylindrical-coordinate representation of color #AFC090: hue angle of 81.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC090 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 144 -
CMYK 0.09 0 0.25 0.25
HSL 81.25º 0.28% 0.66% -
HSV(B) 81.25º 0.25% 0.75% -
XYZ 41.56 48.83 33.62 -
YUV 181.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 175 192 144 0.09 0 0.25 0.25 81.25 0.28 0.66
Hex AF C0 90 9 0 19 19 51 1C 42
Octal 257 300 220 11 0 31 31 121 34 102
Binary 10101111 11000000 10010000 1001 0 11001 11001 1010001 11100 1000010

Color Harmonies of #AFC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC090

Black with #AFC090

Text Example


Text Example

White with #AFC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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