Html Css Color HEX #ADC474 Caper

📋 copy color: '#ADC474'

red 173 ◦ green 196 ◦ blue 116

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

Shades of Caper #ADC474

Tints of Caper #ADC474

RGB

 RED value IS 173 (67.97% from 255) = 35.67%

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 35.67%
G = 40.41%
B = 23.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#ADC474 (or 0xADC474) is known color: Caper. HEX triplet: AD, C4 and 74. RGB value is (173,196,116). Sum of RGB (Red+Green+Blue) = 173+196+116=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC474 is #523B8B. Grayscale: #B4B4B4. Windows color (decimal): -5389196 or 7652525. OLE color: 7652525.

HSL color Cylindrical-coordinate representation of color #ADC474: hue angle of 77.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC474 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 116 -
CMYK 0.12 0 0.41 0.23
HSL 77.25º 0.4% 0.61% -
HSV(B) 77.25º 0.41% 0.77% -
XYZ 40.13 49.63 23.99 -
YUV 180 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 173 196 116 0.12 0 0.41 0.23 77.25 0.4 0.61
Hex AD C4 74 C 0 29 17 4D 28 3D
Octal 255 304 164 14 0 51 27 115 50 75
Binary 10101101 11000100 1110100 1100 0 101001 10111 1001101 101000 111101

Color Harmonies of #ADC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC474

Black with #ADC474

Text Example


Text Example

White with #ADC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC474; }

 p { color: rgb(173,196,116); }

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

background-color css

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

 a { background-color: rgb(173,196,116); }

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

border-color css

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

 span { border-color: rgb(173,196,116); }

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