Html Css Color HEX #9DB26D Olivine

📋 copy color: '#9DB26D'

red 157 ◦ green 178 ◦ blue 109

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

Shades of Olivine #9DB26D

Tints of Olivine #9DB26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

 BLUE value IS 109 (42.97% from 255) = 24.55%

R = 35.36%
G = 40.09%
B = 24.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#9DB26D (or 0x9DB26D) is known color: Olivine. HEX triplet: 9D, B2 and 6D. RGB value is (157,178,109). Sum of RGB (Red+Green+Blue) = 157+178+109=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB26D is #624D92. Grayscale: #A4A4A4. Windows color (decimal): -6442387 or 7189149. OLE color: 7189149.

HSL color Cylindrical-coordinate representation of color #9DB26D: hue angle of 78.26º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB26D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 109 -
CMYK 0.12 0 0.39 0.30
HSL 78.26º 0.31% 0.56% -
HSV(B) 78.26º 0.39% 0.7% -
XYZ 32.59 40.11 20.49 -
YUV 163.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 157 178 109 0.12 0 0.39 0.30 78.26 0.31 0.56
Hex 9D B2 6D C 0 27 1E 4E 1F 38
Octal 235 262 155 14 0 47 36 116 37 70
Binary 10011101 10110010 1101101 1100 0 100111 11110 1001110 11111 111000

Color Harmonies of #9DB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB26D

Black with #9DB26D

Text Example


Text Example

White with #9DB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,109); }

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

background-color css

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

 a { background-color: rgb(157,178,109); }

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

border-color css

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

 span { border-color: rgb(157,178,109); }

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