Html Css Color HEX #AFC389 Caper

📋 copy color: '#AFC389'

red 175 ◦ green 195 ◦ blue 137

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

Shades of Caper #AFC389

Tints of Caper #AFC389

RGB

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

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

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

R = 34.52%
G = 38.46%
B = 27.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#AFC389 (or 0xAFC389) is known color: Caper. HEX triplet: AF, C3 and 89. RGB value is (175,195,137). Sum of RGB (Red+Green+Blue) = 175+195+137=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC389 is #503C76. Grayscale: #B6B6B6. Windows color (decimal): -5258359 or 9028527. OLE color: 9028527.

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

Color convert

RGB 175 195 137 -
CMYK 0.10 0 0.30 0.24
HSL 80.69º 0.33% 0.65% -
HSV(B) 80.69º 0.3% 0.76% -
XYZ 41.71 49.95 31.11 -
YUV 182.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 175 195 137 0.10 0 0.30 0.24 80.69 0.33 0.65
Hex AF C3 89 A 0 1E 18 51 21 41
Octal 257 303 211 12 0 36 30 121 41 101
Binary 10101111 11000011 10001001 1010 0 11110 11000 1010001 100001 1000001

Color Harmonies of #AFC389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC389

Black with #AFC389

Text Example


Text Example

White with #AFC389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC389; }

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

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

background-color css

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

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

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

border-color css

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

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

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