Html Css Color HEX #9BBD5E Olivine

📋 copy color: '#9BBD5E'

red 155 ◦ green 189 ◦ blue 94

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

Shades of Olivine #9BBD5E

Tints of Olivine #9BBD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 35.39%
G = 43.15%
B = 21.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#9BBD5E (or 0x9BBD5E) is known color: Olivine. HEX triplet: 9B, BD and 5E. RGB value is (155,189,94). Sum of RGB (Red+Green+Blue) = 155+189+94=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD5E is #6442A1. Grayscale: #A8A8A8. Windows color (decimal): -6570658 or 6208923. OLE color: 6208923.

HSL color Cylindrical-coordinate representation of color #9BBD5E: hue angle of 81.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BBD5E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 94 -
CMYK 0.18 0 0.50 0.26
HSL 81.47º 0.42% 0.55% -
HSV(B) 81.47º 0.5% 0.74% -
XYZ 33.74 44.17 17.34 -
YUV 168 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 155 189 94 0.18 0 0.50 0.26 81.47 0.42 0.55
Hex 9B BD 5E 12 0 32 1A 51 2A 37
Octal 233 275 136 22 0 62 32 121 52 67
Binary 10011011 10111101 1011110 10010 0 110010 11010 1010001 101010 110111

Color Harmonies of #9BBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD5E

Black with #9BBD5E

Text Example


Text Example

White with #9BBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,94); }

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

background-color css

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

 a { background-color: rgb(155,189,94); }

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

border-color css

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

 span { border-color: rgb(155,189,94); }

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