Html Css Color HEX #ADC671 Caper

📋 copy color: '#ADC671'

red 173 ◦ green 198 ◦ blue 113

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

Shades of Caper #ADC671

Tints of Caper #ADC671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 35.74%
G = 40.91%
B = 23.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#ADC671 (or 0xADC671) is known color: Caper. HEX triplet: AD, C6 and 71. RGB value is (173,198,113). Sum of RGB (Red+Green+Blue) = 173+198+113=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC671 is #52398E. Grayscale: #B5B5B5. Windows color (decimal): -5388687 or 7456429. OLE color: 7456429.

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

Color convert

RGB 173 198 113 -
CMYK 0.13 0 0.43 0.22
HSL 77.65º 0.43% 0.61% -
HSV(B) 77.65º 0.43% 0.78% -
XYZ 40.41 50.46 23.23 -
YUV 180.84 89.72 122.41 -
System Red Green Blue C M Y K H S L
Decimal 173 198 113 0.13 0 0.43 0.22 77.65 0.43 0.61
Hex AD C6 71 D 0 2B 16 4E 2B 3D
Octal 255 306 161 15 0 53 26 116 53 75
Binary 10101101 11000110 1110001 1101 0 101011 10110 1001110 101011 111101

Color Harmonies of #ADC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC671

Black with #ADC671

Text Example


Text Example

White with #ADC671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC671; }

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

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

background-color css

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

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

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

border-color css

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

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

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