Html Css Color HEX #AFC071 Caper

📋 copy color: '#AFC071'

red 175 ◦ green 192 ◦ blue 113

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

Shades of Caper #AFC071

Tints of Caper #AFC071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 36.46%
G = 40%
B = 23.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#AFC071 (or 0xAFC071) is known color: Caper. HEX triplet: AF, C0 and 71. RGB value is (175,192,113). Sum of RGB (Red+Green+Blue) = 175+192+113=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC071 is #503F8E. Grayscale: #B2B2B2. Windows color (decimal): -5259151 or 7454895. OLE color: 7454895.

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

Color convert

RGB 175 192 113 -
CMYK 0.09 0 0.41 0.25
HSL 72.91º 0.39% 0.6% -
HSV(B) 72.91º 0.41% 0.75% -
XYZ 39.51 48.01 22.81 -
YUV 177.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 175 192 113 0.09 0 0.41 0.25 72.91 0.39 0.6
Hex AF C0 71 9 0 29 19 49 27 3C
Octal 257 300 161 11 0 51 31 111 47 74
Binary 10101111 11000000 1110001 1001 0 101001 11001 1001001 100111 111100

Color Harmonies of #AFC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC071

Black with #AFC071

Text Example


Text Example

White with #AFC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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