Html Css Color HEX #ADCC72 Caper

📋 copy color: '#ADCC72'

red 173 ◦ green 204 ◦ blue 114

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

Shades of Caper #ADCC72

Tints of Caper #ADCC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 35.23%
G = 41.55%
B = 23.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#ADCC72 (or 0xADCC72) is known color: Caper. HEX triplet: AD, CC and 72. RGB value is (173,204,114). Sum of RGB (Red+Green+Blue) = 173+204+114=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC72 is #52338D. Grayscale: #B8B8B8. Windows color (decimal): -5387150 or 7523501. OLE color: 7523501.

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

Color convert

RGB 173 204 114 -
CMYK 0.15 0 0.44 0.2
HSL 80.67º 0.47% 0.62% -
HSV(B) 80.67º 0.44% 0.8% -
XYZ 41.86 53.28 24 -
YUV 184.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 173 204 114 0.15 0 0.44 0.2 80.67 0.47 0.62
Hex AD CC 72 F 0 2C 14 51 2F 3E
Octal 255 314 162 17 0 54 24 121 57 76
Binary 10101101 11001100 1110010 1111 0 101100 10100 1010001 101111 111110

Color Harmonies of #ADCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC72

Black with #ADCC72

Text Example


Text Example

White with #ADCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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