Html Css Color HEX #AFC072 Caper

📋 copy color: '#AFC072'

red 175 ◦ green 192 ◦ blue 114

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

Shades of Caper #AFC072

Tints of Caper #AFC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 36.38%
G = 39.92%
B = 23.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#AFC072 (or 0xAFC072) is known color: Caper. HEX triplet: AF, C0 and 72. RGB value is (175,192,114). Sum of RGB (Red+Green+Blue) = 175+192+114=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC072 is #503F8D. Grayscale: #B2B2B2. Windows color (decimal): -5259150 or 7520431. OLE color: 7520431.

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

Color convert

RGB 175 192 114 -
CMYK 0.09 0 0.41 0.25
HSL 73.08º 0.38% 0.6% -
HSV(B) 73.08º 0.41% 0.75% -
XYZ 39.57 48.03 23.1 -
YUV 178.03 91.87 125.84 -
System Red Green Blue C M Y K H S L
Decimal 175 192 114 0.09 0 0.41 0.25 73.08 0.38 0.6
Hex AF C0 72 9 0 29 19 49 26 3C
Octal 257 300 162 11 0 51 31 111 46 74
Binary 10101111 11000000 1110010 1001 0 101001 11001 1001001 100110 111100

Color Harmonies of #AFC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC072

Black with #AFC072

Text Example


Text Example

White with #AFC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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