Html Css Color HEX #AFC372 Caper

📋 copy color: '#AFC372'

red 175 ◦ green 195 ◦ blue 114

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

Shades of Caper #AFC372

Tints of Caper #AFC372

RGB

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

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

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

R = 36.16%
G = 40.29%
B = 23.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#AFC372 (or 0xAFC372) is known color: Caper. HEX triplet: AF, C3 and 72. RGB value is (175,195,114). Sum of RGB (Red+Green+Blue) = 175+195+114=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC372 is #503C8D. Grayscale: #B4B4B4. Windows color (decimal): -5258382 or 7521199. OLE color: 7521199.

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

Color convert

RGB 175 195 114 -
CMYK 0.10 0 0.42 0.24
HSL 74.81º 0.4% 0.61% -
HSV(B) 74.81º 0.42% 0.76% -
XYZ 40.23 49.36 23.33 -
YUV 179.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 175 195 114 0.10 0 0.42 0.24 74.81 0.4 0.61
Hex AF C3 72 A 0 2A 18 4B 28 3D
Octal 257 303 162 12 0 52 30 113 50 75
Binary 10101111 11000011 1110010 1010 0 101010 11000 1001011 101000 111101

Color Harmonies of #AFC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC372

Black with #AFC372

Text Example


Text Example

White with #AFC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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