#ADC09B

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

Shades of Norway #ADC09B

Tints of Norway #ADC09B

Color information

#ADC09B (or 0xADC09B) is unknown color: approx Norway. HEX triplet: AD, C0 and 9B. RGB value is (173,192,155). Sum of RGB (Red+Green+Blue) = 173+192+155=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC09B is #523F64. Grayscale: #B6B6B6. Windows color (decimal): -5390181 or 10207405. OLE color: 10207405.

HSL color Cylindrical-coordinate representation of color #ADC09B: hue angle of 90.81º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC09B is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB173192155-
CMYK0.1000.190.25
HSL90.81º22.7%68.04%-
HSV(B)90.81º19.27%75.29%-
XYZ4248.9538.25-
YUV182.1112.71121.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=33.27%
G=36.92%
B=29.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921550.1000.190.2590.8122.768.04
HexADC09BA013195b1744
Octal255300233120233113327104
Binary1010110111000000100110111010010011110011011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC09B; }

 p { color: rgb(173,192,155); }

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

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

 a { background-color: rgb(173,192,155); }

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

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

 span { border-color: rgb(173,192,155); }

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