Html Css Color HEX #ADCD77 Caper

📋 copy color: '#ADCD77'

red 173 ◦ green 205 ◦ blue 119

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

Shades of Caper #ADCD77

Tints of Caper #ADCD77

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 34.81%
G = 41.25%
B = 23.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#ADCD77 (or 0xADCD77) is known color: Caper. HEX triplet: AD, CD and 77. RGB value is (173,205,119). Sum of RGB (Red+Green+Blue) = 173+205+119=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD77 is #523288. Grayscale: #B9B9B9. Windows color (decimal): -5386889 or 7851437. OLE color: 7851437.

HSL color Cylindrical-coordinate representation of color #ADCD77: hue angle of 82.33º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADCD77 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 119 -
CMYK 0.16 0 0.42 0.20
HSL 82.33º 0.46% 0.64% -
HSV(B) 82.33º 0.42% 0.8% -
XYZ 42.39 53.88 25.62 -
YUV 185.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 173 205 119 0.16 0 0.42 0.20 82.33 0.46 0.64
Hex AD CD 77 10 0 2A 14 52 2E 40
Octal 255 315 167 20 0 52 24 122 56 100
Binary 10101101 11001101 1110111 10000 0 101010 10100 1010010 101110 1000000

Color Harmonies of #ADCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD77

Black with #ADCD77

Text Example


Text Example

White with #ADCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD77; }

 p { color: rgb(173,205,119); }

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

background-color css

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

 a { background-color: rgb(173,205,119); }

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

border-color css

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

 span { border-color: rgb(173,205,119); }

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