Html Css Color HEX #AFC091 Caper

📋 copy color: '#AFC091'

red 175 ◦ green 192 ◦ blue 145

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

Shades of Caper #AFC091

Tints of Caper #AFC091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 34.18%
G = 37.5%
B = 28.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#AFC091 (or 0xAFC091) is known color: Caper. HEX triplet: AF, C0 and 91. RGB value is (175,192,145). Sum of RGB (Red+Green+Blue) = 175+192+145=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC091 is #503F6E. Grayscale: #B5B5B5. Windows color (decimal): -5259119 or 9552047. OLE color: 9552047.

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

Color convert

RGB 175 192 145 -
CMYK 0.09 0 0.24 0.25
HSL 81.7º 0.27% 0.66% -
HSV(B) 81.7º 0.24% 0.75% -
XYZ 41.64 48.86 34.02 -
YUV 181.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 175 192 145 0.09 0 0.24 0.25 81.7 0.27 0.66
Hex AF C0 91 9 0 18 19 52 1B 42
Octal 257 300 221 11 0 30 31 122 33 102
Binary 10101111 11000000 10010001 1001 0 11000 11001 1010010 11011 1000010

Color Harmonies of #AFC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC091

Black with #AFC091

Text Example


Text Example

White with #AFC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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