Html Css Color HEX #ADBE98 Norway

📋 copy color: '#ADBE98'

red 173 ◦ green 190 ◦ blue 152

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

Shades of Norway #ADBE98

Tints of Norway #ADBE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 33.59%
G = 36.89%
B = 29.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#ADBE98 (or 0xADBE98) is known color: Norway. HEX triplet: AD, BE and 98. RGB value is (173,190,152). Sum of RGB (Red+Green+Blue) = 173+190+152=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE98 is #524167. Grayscale: #B4B4B4. Windows color (decimal): -5390696 or 10010285. OLE color: 10010285.

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

Color convert

RGB 173 190 152 -
CMYK 0.09 0 0.2 0.25
HSL 86.84º 0.23% 0.67% -
HSV(B) 86.84º 0.2% 0.75% -
XYZ 41.31 47.98 36.79 -
YUV 180.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 173 190 152 0.09 0 0.2 0.25 86.84 0.23 0.67
Hex AD BE 98 9 0 14 19 57 17 43
Octal 255 276 230 11 0 24 31 127 27 103
Binary 10101101 10111110 10011000 1001 0 10100 11001 1010111 10111 1000011

Color Harmonies of #ADBE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE98

Black with #ADBE98

Text Example


Text Example

White with #ADBE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE98; }

 p { color: rgb(173,190,152); }

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

background-color css

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

 a { background-color: rgb(173,190,152); }

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

border-color css

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

 span { border-color: rgb(173,190,152); }

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