Html Css Color HEX #ADC98A Caper

📋 copy color: '#ADC98A'

red 173 ◦ green 201 ◦ blue 138

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

Shades of Caper #ADC98A

Tints of Caper #ADC98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 33.79%
G = 39.26%
B = 26.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#ADC98A (or 0xADC98A) is known color: Caper. HEX triplet: AD, C9 and 8A. RGB value is (173,201,138). Sum of RGB (Red+Green+Blue) = 173+201+138=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC98A is #523675. Grayscale: #B9B9B9. Windows color (decimal): -5387894 or 9095597. OLE color: 9095597.

HSL color Cylindrical-coordinate representation of color #ADC98A: hue angle of 86.67º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC98A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 138 -
CMYK 0.14 0 0.31 0.21
HSL 86.67º 0.37% 0.66% -
HSV(B) 86.67º 0.31% 0.79% -
XYZ 42.71 52.49 31.93 -
YUV 185.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 173 201 138 0.14 0 0.31 0.21 86.67 0.37 0.66
Hex AD C9 8A E 0 1F 15 57 25 42
Octal 255 311 212 16 0 37 25 127 45 102
Binary 10101101 11001001 10001010 1110 0 11111 10101 1010111 100101 1000010

Color Harmonies of #ADC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC98A

Black with #ADC98A

Text Example


Text Example

White with #ADC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC98A; }

 p { color: rgb(173,201,138); }

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

background-color css

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

 a { background-color: rgb(173,201,138); }

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

border-color css

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

 span { border-color: rgb(173,201,138); }

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