Html Css Color HEX #ADC296 Norway

📋 copy color: '#ADC296'

red 173 ◦ green 194 ◦ blue 150

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

Shades of Norway #ADC296

Tints of Norway #ADC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 33.46%
G = 37.52%
B = 29.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#ADC296 (or 0xADC296) is known color: Norway. HEX triplet: AD, C2 and 96. RGB value is (173,194,150). Sum of RGB (Red+Green+Blue) = 173+194+150=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC296 is #523D69. Grayscale: #B6B6B6. Windows color (decimal): -5389674 or 9880237. OLE color: 9880237.

HSL color Cylindrical-coordinate representation of color #ADC296: hue angle of 88.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC296 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 150 -
CMYK 0.11 0 0.23 0.24
HSL 88.64º 0.27% 0.67% -
HSV(B) 88.64º 0.23% 0.76% -
XYZ 42.03 49.67 36.23 -
YUV 182.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 173 194 150 0.11 0 0.23 0.24 88.64 0.27 0.67
Hex AD C2 96 B 0 17 18 59 1B 43
Octal 255 302 226 13 0 27 30 131 33 103
Binary 10101101 11000010 10010110 1011 0 10111 11000 1011001 11011 1000011

Color Harmonies of #ADC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC296

Black with #ADC296

Text Example


Text Example

White with #ADC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC296; }

 p { color: rgb(173,194,150); }

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

background-color css

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

 a { background-color: rgb(173,194,150); }

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

border-color css

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

 span { border-color: rgb(173,194,150); }

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