Html Css Color HEX #ADC297 Norway

📋 copy color: '#ADC297'

red 173 ◦ green 194 ◦ blue 151

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

Shades of Norway #ADC297

Tints of Norway #ADC297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 33.4%
G = 37.45%
B = 29.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ADC297 (or 0xADC297) is known color: Norway. HEX triplet: AD, C2 and 97. RGB value is (173,194,151). Sum of RGB (Red+Green+Blue) = 173+194+151=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC297 is #523D68. Grayscale: #B6B6B6. Windows color (decimal): -5389673 or 9945773. OLE color: 9945773.

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

Color convert

RGB 173 194 151 -
CMYK 0.11 0 0.22 0.24
HSL 89.3º 0.26% 0.68% -
HSV(B) 89.3º 0.22% 0.76% -
XYZ 42.11 49.7 36.65 -
YUV 182.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 173 194 151 0.11 0 0.22 0.24 89.3 0.26 0.68
Hex AD C2 97 B 0 16 18 59 1A 44
Octal 255 302 227 13 0 26 30 131 32 104
Binary 10101101 11000010 10010111 1011 0 10110 11000 1011001 11010 1000100

Color Harmonies of #ADC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC297

Black with #ADC297

Text Example


Text Example

White with #ADC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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