Html Css Color HEX #ADBF90 Norway

📋 copy color: '#ADBF90'

red 173 ◦ green 191 ◦ blue 144

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

Shades of Norway #ADBF90

Tints of Norway #ADBF90

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 34.06%
G = 37.6%
B = 28.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ADBF90 (or 0xADBF90) is known color: Norway. HEX triplet: AD, BF and 90. RGB value is (173,191,144). Sum of RGB (Red+Green+Blue) = 173+191+144=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF90 is #52406F. Grayscale: #B4B4B4. Windows color (decimal): -5390448 or 9486253. OLE color: 9486253.

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

Color convert

RGB 173 191 144 -
CMYK 0.09 0 0.25 0.25
HSL 82.98º 0.27% 0.66% -
HSV(B) 82.98º 0.25% 0.75% -
XYZ 40.9 48.16 33.53 -
YUV 180.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 173 191 144 0.09 0 0.25 0.25 82.98 0.27 0.66
Hex AD BF 90 9 0 19 19 53 1B 42
Octal 255 277 220 11 0 31 31 123 33 102
Binary 10101101 10111111 10010000 1001 0 11001 11001 1010011 11011 1000010

Color Harmonies of #ADBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF90

Black with #ADBF90

Text Example


Text Example

White with #ADBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF90; }

 p { color: rgb(173,191,144); }

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

background-color css

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

 a { background-color: rgb(173,191,144); }

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

border-color css

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

 span { border-color: rgb(173,191,144); }

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