#ADCD5B

Color #ADCD5B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ADCD5B

Tints of Conifer #ADCD5B

Color information

#ADCD5B (or 0xADCD5B) is unknown color: approx Conifer. HEX triplet: AD, CD and 5B. RGB value is (173,205,91). Sum of RGB (Red+Green+Blue) = 173+205+91=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD5B is #5232A4. Grayscale: #B6B6B6. Windows color (decimal): -5386917 or 6016429. OLE color: 6016429.

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

Color convert

RGB17320591-
CMYK0.1600.560.20
HSL76.84º53.27%58.04%-
HSV(B)76.84º55.61%80.39%-
XYZ40.9553.318.03-
YUV182.4476.4121.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 91 (35.94% from 255) = 19.40%
R=36.89%
G=43.71%
B=19.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173205910.1600.560.2076.8453.2758.04
HexADCD5B10038144d353a
Octal25531513320070241156572
Binary10101101110011011011011100000111000101001001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD5B; }

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

 H1.HeaderClassName
 {
   color: #ADCD5B;
 }
 .AnyTagClassName
 {
   color: #ADCD5B;
 }
</style>
background-color css

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

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

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

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

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

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