Html Css Color HEX #9BB97E Olivine

📋 copy color: '#9BB97E'

red 155 ◦ green 185 ◦ blue 126

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

Shades of Olivine #9BB97E

Tints of Olivine #9BB97E

RGB

 RED value IS 155 (60.94% from 255) = 33.26%

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

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 33.26%
G = 39.7%
B = 27.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#9BB97E (or 0x9BB97E) is known color: Olivine. HEX triplet: 9B, B9 and 7E. RGB value is (155,185,126). Sum of RGB (Red+Green+Blue) = 155+185+126=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB97E is #644681. Grayscale: #A9A9A9. Windows color (decimal): -6571650 or 8305051. OLE color: 8305051.

HSL color Cylindrical-coordinate representation of color #9BB97E: hue angle of 90.51º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BB97E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 126 -
CMYK 0.16 0 0.32 0.27
HSL 90.51º 0.3% 0.61% -
HSV(B) 90.51º 0.32% 0.73% -
XYZ 34.63 43.17 26.25 -
YUV 169.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 155 185 126 0.16 0 0.32 0.27 90.51 0.3 0.61
Hex 9B B9 7E 10 0 20 1B 5B 1E 3D
Octal 233 271 176 20 0 40 33 133 36 75
Binary 10011011 10111001 1111110 10000 0 100000 11011 1011011 11110 111101

Color Harmonies of #9BB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB97E

Black with #9BB97E

Text Example


Text Example

White with #9BB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,126); }

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

background-color css

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

 a { background-color: rgb(155,185,126); }

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

border-color css

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

 span { border-color: rgb(155,185,126); }

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