Html Css Color HEX #AFC289 Caper

📋 copy color: '#AFC289'

red 175 ◦ green 194 ◦ blue 137

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

Shades of Caper #AFC289

Tints of Caper #AFC289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 34.58%
G = 38.34%
B = 27.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#AFC289 (or 0xAFC289) is known color: Caper. HEX triplet: AF, C2 and 89. RGB value is (175,194,137). Sum of RGB (Red+Green+Blue) = 175+194+137=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC289 is #503D76. Grayscale: #B6B6B6. Windows color (decimal): -5258615 or 9028271. OLE color: 9028271.

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

Color convert

RGB 175 194 137 -
CMYK 0.10 0 0.29 0.24
HSL 80º 0.32% 0.65% -
HSV(B) 80º 0.29% 0.76% -
XYZ 41.49 49.5 31.04 -
YUV 181.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 175 194 137 0.10 0 0.29 0.24 80 0.32 0.65
Hex AF C2 89 A 0 1D 18 50 20 41
Octal 257 302 211 12 0 35 30 120 40 101
Binary 10101111 11000010 10001001 1010 0 11101 11000 1010000 100000 1000001

Color Harmonies of #AFC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC289

Black with #AFC289

Text Example


Text Example

White with #AFC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC289; }

 p { color: rgb(175,194,137); }

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

background-color css

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

 a { background-color: rgb(175,194,137); }

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

border-color css

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

 span { border-color: rgb(175,194,137); }

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