Html Css Color HEX #ADC692 Norway

📋 copy color: '#ADC692'

red 173 ◦ green 198 ◦ blue 146

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

Shades of Norway #ADC692

Tints of Norway #ADC692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 33.46%
G = 38.3%
B = 28.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ADC692 (or 0xADC692) is known color: Norway. HEX triplet: AD, C6 and 92. RGB value is (173,198,146). Sum of RGB (Red+Green+Blue) = 173+198+146=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC692 is #52396D. Grayscale: #B8B8B8. Windows color (decimal): -5388654 or 9619117. OLE color: 9619117.

HSL color Cylindrical-coordinate representation of color #ADC692: hue angle of 88.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC692 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 146 -
CMYK 0.13 0 0.26 0.22
HSL 88.85º 0.31% 0.67% -
HSV(B) 88.85º 0.26% 0.78% -
XYZ 42.62 51.35 34.86 -
YUV 184.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 173 198 146 0.13 0 0.26 0.22 88.85 0.31 0.67
Hex AD C6 92 D 0 1A 16 59 1F 43
Octal 255 306 222 15 0 32 26 131 37 103
Binary 10101101 11000110 10010010 1101 0 11010 10110 1011001 11111 1000011

Color Harmonies of #ADC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC692

Black with #ADC692

Text Example


Text Example

White with #ADC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC692; }

 p { color: rgb(173,198,146); }

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

background-color css

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

 a { background-color: rgb(173,198,146); }

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

border-color css

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

 span { border-color: rgb(173,198,146); }

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