Html Css Color HEX #9DB962 Olivine

📋 copy color: '#9DB962'

red 157 ◦ green 185 ◦ blue 98

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

Shades of Olivine #9DB962

Tints of Olivine #9DB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 35.68%
G = 42.05%
B = 22.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#9DB962 (or 0x9DB962) is known color: Olivine. HEX triplet: 9D, B9 and 62. RGB value is (157,185,98). Sum of RGB (Red+Green+Blue) = 157+185+98=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB962 is #62469D. Grayscale: #A7A7A7. Windows color (decimal): -6440606 or 6470045. OLE color: 6470045.

HSL color Cylindrical-coordinate representation of color #9DB962: hue angle of 79.31º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DB962 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 98 -
CMYK 0.15 0 0.47 0.27
HSL 79.31º 0.38% 0.55% -
HSV(B) 79.31º 0.47% 0.73% -
XYZ 33.46 42.75 18.04 -
YUV 166.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 157 185 98 0.15 0 0.47 0.27 79.31 0.38 0.55
Hex 9D B9 62 F 0 2F 1B 4F 26 37
Octal 235 271 142 17 0 57 33 117 46 67
Binary 10011101 10111001 1100010 1111 0 101111 11011 1001111 100110 110111

Color Harmonies of #9DB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB962

Black with #9DB962

Text Example


Text Example

White with #9DB962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,98); }

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

background-color css

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

 a { background-color: rgb(157,185,98); }

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

border-color css

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

 span { border-color: rgb(157,185,98); }

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