Html Css Color HEX #AFC68A Caper

📋 copy color: '#AFC68A'

red 175 ◦ green 198 ◦ blue 138

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

Shades of Caper #AFC68A

Tints of Caper #AFC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.75%

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 34.25%
G = 38.75%
B = 27.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#AFC68A (or 0xAFC68A) is known color: Caper. HEX triplet: AF, C6 and 8A. RGB value is (175,198,138). Sum of RGB (Red+Green+Blue) = 175+198+138=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC68A is #503975. Grayscale: #B8B8B8. Windows color (decimal): -5257590 or 9094831. OLE color: 9094831.

HSL color Cylindrical-coordinate representation of color #AFC68A: hue angle of 83º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC68A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 138 -
CMYK 0.12 0 0.30 0.22
HSL 83º 0.34% 0.66% -
HSV(B) 83º 0.3% 0.78% -
XYZ 42.46 51.34 31.72 -
YUV 184.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 175 198 138 0.12 0 0.30 0.22 83 0.34 0.66
Hex AF C6 8A C 0 1E 16 53 22 42
Octal 257 306 212 14 0 36 26 123 42 102
Binary 10101111 11000110 10001010 1100 0 11110 10110 1010011 100010 1000010

Color Harmonies of #AFC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC68A

Black with #AFC68A

Text Example


Text Example

White with #AFC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC68A; }

 p { color: rgb(175,198,138); }

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

background-color css

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

 a { background-color: rgb(175,198,138); }

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

border-color css

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

 span { border-color: rgb(175,198,138); }

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