Html Css Color HEX #AFC376 Caper

📋 copy color: '#AFC376'

red 175 ◦ green 195 ◦ blue 118

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

Shades of Caper #AFC376

Tints of Caper #AFC376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 35.86%
G = 39.96%
B = 24.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#AFC376 (or 0xAFC376) is known color: Caper. HEX triplet: AF, C3 and 76. RGB value is (175,195,118). Sum of RGB (Red+Green+Blue) = 175+195+118=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC376 is #503C89. Grayscale: #B4B4B4. Windows color (decimal): -5258378 or 7783343. OLE color: 7783343.

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

Color convert

RGB 175 195 118 -
CMYK 0.10 0 0.39 0.24
HSL 75.58º 0.39% 0.61% -
HSV(B) 75.58º 0.39% 0.76% -
XYZ 40.46 49.45 24.55 -
YUV 180.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 175 195 118 0.10 0 0.39 0.24 75.58 0.39 0.61
Hex AF C3 76 A 0 27 18 4C 27 3D
Octal 257 303 166 12 0 47 30 114 47 75
Binary 10101111 11000011 1110110 1010 0 100111 11000 1001100 100111 111101

Color Harmonies of #AFC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC376

Black with #AFC376

Text Example


Text Example

White with #AFC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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