Html Css Color HEX #AFC089 Caper

📋 copy color: '#AFC089'

red 175 ◦ green 192 ◦ blue 137

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

Shades of Caper #AFC089

Tints of Caper #AFC089

RGB

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

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

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

R = 34.72%
G = 38.1%
B = 27.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#AFC089 (or 0xAFC089) is known color: Caper. HEX triplet: AF, C0 and 89. RGB value is (175,192,137). Sum of RGB (Red+Green+Blue) = 175+192+137=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC089 is #503F76. Grayscale: #B4B4B4. Windows color (decimal): -5259127 or 9027759. OLE color: 9027759.

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

Color convert

RGB 175 192 137 -
CMYK 0.09 0 0.29 0.25
HSL 78.55º 0.3% 0.65% -
HSV(B) 78.55º 0.29% 0.75% -
XYZ 41.04 48.62 30.89 -
YUV 180.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 175 192 137 0.09 0 0.29 0.25 78.55 0.3 0.65
Hex AF C0 89 9 0 1D 19 4F 1E 41
Octal 257 300 211 11 0 35 31 117 36 101
Binary 10101111 11000000 10001001 1001 0 11101 11001 1001111 11110 1000001

Color Harmonies of #AFC089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC089

Black with #AFC089

Text Example


Text Example

White with #AFC089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC089; }

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

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

background-color css

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

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

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

border-color css

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

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

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