Html Css Color HEX #ADCA74 Caper

📋 copy color: '#ADCA74'

red 173 ◦ green 202 ◦ blue 116

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

Shades of Caper #ADCA74

Tints of Caper #ADCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 35.23%
G = 41.14%
B = 23.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#ADCA74 (or 0xADCA74) is known color: Caper. HEX triplet: AD, CA and 74. RGB value is (173,202,116). Sum of RGB (Red+Green+Blue) = 173+202+116=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA74 is #52358B. Grayscale: #B7B7B7. Windows color (decimal): -5387660 or 7654061. OLE color: 7654061.

HSL color Cylindrical-coordinate representation of color #ADCA74: hue angle of 80.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCA74 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 116 -
CMYK 0.14 0 0.43 0.21
HSL 80.23º 0.45% 0.62% -
HSV(B) 80.23º 0.43% 0.79% -
XYZ 41.51 52.39 24.45 -
YUV 183.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 173 202 116 0.14 0 0.43 0.21 80.23 0.45 0.62
Hex AD CA 74 E 0 2B 15 50 2D 3E
Octal 255 312 164 16 0 53 25 120 55 76
Binary 10101101 11001010 1110100 1110 0 101011 10101 1010000 101101 111110

Color Harmonies of #ADCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA74

Black with #ADCA74

Text Example


Text Example

White with #ADCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA74; }

 p { color: rgb(173,202,116); }

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

background-color css

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

 a { background-color: rgb(173,202,116); }

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

border-color css

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

 span { border-color: rgb(173,202,116); }

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