Html Css Color HEX #ADCC75 Caper

📋 copy color: '#ADCC75'

red 173 ◦ green 204 ◦ blue 117

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

Shades of Caper #ADCC75

Tints of Caper #ADCC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 35.02%
G = 41.3%
B = 23.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#ADCC75 (or 0xADCC75) is known color: Caper. HEX triplet: AD, CC and 75. RGB value is (173,204,117). Sum of RGB (Red+Green+Blue) = 173+204+117=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC75 is #52338A. Grayscale: #B9B9B9. Windows color (decimal): -5387147 or 7720109. OLE color: 7720109.

HSL color Cylindrical-coordinate representation of color #ADCC75: hue angle of 81.38º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCC75 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 117 -
CMYK 0.15 0 0.43 0.2
HSL 81.38º 0.46% 0.63% -
HSV(B) 81.38º 0.43% 0.8% -
XYZ 42.04 53.35 24.91 -
YUV 184.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 173 204 117 0.15 0 0.43 0.2 81.38 0.46 0.63
Hex AD CC 75 F 0 2B 14 51 2E 3F
Octal 255 314 165 17 0 53 24 121 56 77
Binary 10101101 11001100 1110101 1111 0 101011 10100 1010001 101110 111111

Color Harmonies of #ADCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC75

Black with #ADCC75

Text Example


Text Example

White with #ADCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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