Html Css Color HEX #9DB68F Norway

📋 copy color: '#9DB68F'

red 157 ◦ green 182 ◦ blue 143

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

Shades of Norway #9DB68F

Tints of Norway #9DB68F

RGB

 RED value IS 157 (61.72% from 255) = 32.57%

 GREEN value IS 182 (71.48% from 255) = 37.76%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 32.57%
G = 37.76%
B = 29.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#9DB68F (or 0x9DB68F) is known color: Norway. HEX triplet: 9D, B6 and 8F. RGB value is (157,182,143). Sum of RGB (Red+Green+Blue) = 157+182+143=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB68F is #624970. Grayscale: #AAAAAA. Windows color (decimal): -6441329 or 9418397. OLE color: 9418397.

HSL color Cylindrical-coordinate representation of color #9DB68F: hue angle of 98.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DB68F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 143 -
CMYK 0.14 0 0.21 0.29
HSL 98.46º 0.21% 0.64% -
HSV(B) 98.46º 0.21% 0.71% -
XYZ 35.59 42.61 32.33 -
YUV 170.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 157 182 143 0.14 0 0.21 0.29 98.46 0.21 0.64
Hex 9D B6 8F E 0 15 1D 62 15 40
Octal 235 266 217 16 0 25 35 142 25 100
Binary 10011101 10110110 10001111 1110 0 10101 11101 1100010 10101 1000000

Color Harmonies of #9DB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB68F

Black with #9DB68F

Text Example


Text Example

White with #9DB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB68F; }

 p { color: rgb(157,182,143); }

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

background-color css

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

 a { background-color: rgb(157,182,143); }

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

border-color css

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

 span { border-color: rgb(157,182,143); }

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