Html Css Color HEX #ADB68F Green Spring

📋 copy color: '#ADB68F'

red 173 ◦ green 182 ◦ blue 143

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

Shades of Green Spring #ADB68F

Tints of Green Spring #ADB68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 34.74%
G = 36.55%
B = 28.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#ADB68F (or 0xADB68F) is known color: Green Spring. HEX triplet: AD, B6 and 8F. RGB value is (173,182,143). Sum of RGB (Red+Green+Blue) = 173+182+143=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68F is #524970. Grayscale: #AFAFAF. Windows color (decimal): -5392753 or 9418413. OLE color: 9418413.

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

Color convert

RGB 173 182 143 -
CMYK 0.05 0 0.21 0.29
HSL 73.85º 0.21% 0.64% -
HSV(B) 73.85º 0.21% 0.71% -
XYZ 38.92 44.32 32.49 -
YUV 174.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 173 182 143 0.05 0 0.21 0.29 73.85 0.21 0.64
Hex AD B6 8F 5 0 15 1D 4A 15 40
Octal 255 266 217 5 0 25 35 112 25 100
Binary 10101101 10110110 10001111 101 0 10101 11101 1001010 10101 1000000

Color Harmonies of #ADB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB68F

Black with #ADB68F

Text Example


Text Example

White with #ADB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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