Html Css Color HEX #AFC073 Caper

📋 copy color: '#AFC073'

red 175 ◦ green 192 ◦ blue 115

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

Shades of Caper #AFC073

Tints of Caper #AFC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 36.31%
G = 39.83%
B = 23.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#AFC073 (or 0xAFC073) is known color: Caper. HEX triplet: AF, C0 and 73. RGB value is (175,192,115). Sum of RGB (Red+Green+Blue) = 175+192+115=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC073 is #503F8C. Grayscale: #B2B2B2. Windows color (decimal): -5259149 or 7585967. OLE color: 7585967.

HSL color Cylindrical-coordinate representation of color #AFC073: hue angle of 73.25º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC073 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 115 -
CMYK 0.09 0 0.40 0.25
HSL 73.25º 0.38% 0.6% -
HSV(B) 73.25º 0.4% 0.75% -
XYZ 39.62 48.05 23.41 -
YUV 178.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 175 192 115 0.09 0 0.40 0.25 73.25 0.38 0.6
Hex AF C0 73 9 0 28 19 49 26 3C
Octal 257 300 163 11 0 50 31 111 46 74
Binary 10101111 11000000 1110011 1001 0 101000 11001 1001001 100110 111100

Color Harmonies of #AFC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC073

Black with #AFC073

Text Example


Text Example

White with #AFC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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