Html Css Color HEX #ADC375 Caper

📋 copy color: '#ADC375'

red 173 ◦ green 195 ◦ blue 117

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

Shades of Caper #ADC375

Tints of Caper #ADC375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 35.67%
G = 40.21%
B = 24.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#ADC375 (or 0xADC375) is known color: Caper. HEX triplet: AD, C3 and 75. RGB value is (173,195,117). Sum of RGB (Red+Green+Blue) = 173+195+117=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC375 is #523C8A. Grayscale: #B3B3B3. Windows color (decimal): -5389451 or 7717805. OLE color: 7717805.

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

Color convert

RGB 173 195 117 -
CMYK 0.11 0 0.4 0.24
HSL 76.92º 0.39% 0.61% -
HSV(B) 76.92º 0.4% 0.76% -
XYZ 39.96 49.2 24.22 -
YUV 179.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 173 195 117 0.11 0 0.4 0.24 76.92 0.39 0.61
Hex AD C3 75 B 0 28 18 4D 27 3D
Octal 255 303 165 13 0 50 30 115 47 75
Binary 10101101 11000011 1110101 1011 0 101000 11000 1001101 100111 111101

Color Harmonies of #ADC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC375

Black with #ADC375

Text Example


Text Example

White with #ADC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC375; }

 p { color: rgb(173,195,117); }

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

background-color css

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

 a { background-color: rgb(173,195,117); }

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

border-color css

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

 span { border-color: rgb(173,195,117); }

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