Html Css Color HEX #ADB68E Green Spring

📋 copy color: '#ADB68E'

red 173 ◦ green 182 ◦ blue 142

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

Shades of Green Spring #ADB68E

Tints of Green Spring #ADB68E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 34.81%
G = 36.62%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#ADB68E (or 0xADB68E) is known color: Green Spring. HEX triplet: AD, B6 and 8E. RGB value is (173,182,142). Sum of RGB (Red+Green+Blue) = 173+182+142=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68E is #524971. Grayscale: #AEAEAE. Windows color (decimal): -5392754 or 9352877. OLE color: 9352877.

HSL color Cylindrical-coordinate representation of color #ADB68E: hue angle of 73.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB68E is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 142 -
CMYK 0.05 0 0.22 0.29
HSL 73.5º 0.22% 0.64% -
HSV(B) 73.5º 0.22% 0.71% -
XYZ 38.84 44.29 32.09 -
YUV 174.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 173 182 142 0.05 0 0.22 0.29 73.5 0.22 0.64
Hex AD B6 8E 5 0 16 1D 4A 16 40
Octal 255 266 216 5 0 26 35 112 26 100
Binary 10101101 10110110 10001110 101 0 10110 11101 1001010 10110 1000000

Color Harmonies of #ADB68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB68E

Black with #ADB68E

Text Example


Text Example

White with #ADB68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB68E; }

 p { color: rgb(173,182,142); }

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

background-color css

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

 a { background-color: rgb(173,182,142); }

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

border-color css

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

 span { border-color: rgb(173,182,142); }

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