Html Css Color HEX #AFC081 Caper

📋 copy color: '#AFC081'

red 175 ◦ green 192 ◦ blue 129

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

Shades of Caper #AFC081

Tints of Caper #AFC081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.01%

R = 35.28%
G = 38.71%
B = 26.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AFC081 (or 0xAFC081) is known color: Caper. HEX triplet: AF, C0 and 81. RGB value is (175,192,129). Sum of RGB (Red+Green+Blue) = 175+192+129=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC081 is #503F7E. Grayscale: #B3B3B3. Windows color (decimal): -5259135 or 8503471. OLE color: 8503471.

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

Color convert

RGB 175 192 129 -
CMYK 0.09 0 0.33 0.25
HSL 76.19º 0.33% 0.63% -
HSV(B) 76.19º 0.33% 0.75% -
XYZ 40.49 48.4 27.98 -
YUV 179.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 175 192 129 0.09 0 0.33 0.25 76.19 0.33 0.63
Hex AF C0 81 9 0 21 19 4C 21 3F
Octal 257 300 201 11 0 41 31 114 41 77
Binary 10101111 11000000 10000001 1001 0 100001 11001 1001100 100001 111111

Color Harmonies of #AFC081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC081

Black with #AFC081

Text Example


Text Example

White with #AFC081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC081; }

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

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

background-color css

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

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

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

border-color css

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

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

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