Html Css Color HEX #ADC299 Norway

📋 copy color: '#ADC299'

red 173 ◦ green 194 ◦ blue 153

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

Shades of Norway #ADC299

Tints of Norway #ADC299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.42%

R = 33.27%
G = 37.31%
B = 29.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ADC299 (or 0xADC299) is known color: Norway. HEX triplet: AD, C2 and 99. RGB value is (173,194,153). Sum of RGB (Red+Green+Blue) = 173+194+153=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC299 is #523D66. Grayscale: #B7B7B7. Windows color (decimal): -5389671 or 10076845. OLE color: 10076845.

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

Color convert

RGB 173 194 153 -
CMYK 0.11 0 0.21 0.24
HSL 90.73º 0.25% 0.68% -
HSV(B) 90.73º 0.21% 0.76% -
XYZ 42.28 49.77 37.51 -
YUV 183.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 173 194 153 0.11 0 0.21 0.24 90.73 0.25 0.68
Hex AD C2 99 B 0 15 18 5B 19 44
Octal 255 302 231 13 0 25 30 133 31 104
Binary 10101101 11000010 10011001 1011 0 10101 11000 1011011 11001 1000100

Color Harmonies of #ADC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC299

Black with #ADC299

Text Example


Text Example

White with #ADC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC299; }

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

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

background-color css

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

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

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

border-color css

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

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

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