Html Css Color HEX #ADC674 Caper

📋 copy color: '#ADC674'

red 173 ◦ green 198 ◦ blue 116

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

Shades of Caper #ADC674

Tints of Caper #ADC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

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

R = 35.52%
G = 40.66%
B = 23.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#ADC674 (or 0xADC674) is known color: Caper. HEX triplet: AD, C6 and 74. RGB value is (173,198,116). Sum of RGB (Red+Green+Blue) = 173+198+116=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC674 is #52398B. Grayscale: #B5B5B5. Windows color (decimal): -5388684 or 7653037. OLE color: 7653037.

HSL color Cylindrical-coordinate representation of color #ADC674: hue angle of 78.29º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC674 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 116 -
CMYK 0.13 0 0.41 0.22
HSL 78.29º 0.42% 0.62% -
HSV(B) 78.29º 0.41% 0.78% -
XYZ 40.58 50.53 24.14 -
YUV 181.18 91.22 122.17 -
System Red Green Blue C M Y K H S L
Decimal 173 198 116 0.13 0 0.41 0.22 78.29 0.42 0.62
Hex AD C6 74 D 0 29 16 4E 2A 3E
Octal 255 306 164 15 0 51 26 116 52 76
Binary 10101101 11000110 1110100 1101 0 101001 10110 1001110 101010 111110

Color Harmonies of #ADC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC674

Black with #ADC674

Text Example


Text Example

White with #ADC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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