#ADCB56

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

Shades of Conifer #ADCB56

Tints of Conifer #ADCB56

Color information

#ADCB56 (or 0xADCB56) is unknown color: approx Conifer. HEX triplet: AD, CB and 56. RGB value is (173,203,86). Sum of RGB (Red+Green+Blue) = 173+203+86=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB56 is #5234A9. Grayscale: #B5B5B5. Windows color (decimal): -5387434 or 5688237. OLE color: 5688237.

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

Color convert

RGB17320386-
CMYK0.1500.580.20
HSL75.38º52.94%56.67%-
HSV(B)75.38º57.64%79.61%-
XYZ40.2752.2716.77-
YUV180.6974.56122.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=37.45%
G=43.94%
B=18.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203860.1500.580.2075.3852.9456.67
HexADCB56F03A144b3539
Octal25531312617072241136571
Binary1010110111001011101011011110111010101001001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB56; }

 p { color: rgb(173,203,86); }

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

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

 a { background-color: rgb(173,203,86); }

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

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

 span { border-color: rgb(173,203,86); }

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