Html Css Color HEX #9BBD5B Olivine

📋 copy color: '#9BBD5B'

red 155 ◦ green 189 ◦ blue 91

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

Shades of Olivine #9BBD5B

Tints of Olivine #9BBD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 35.63%
G = 43.45%
B = 20.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#9BBD5B (or 0x9BBD5B) is known color: Olivine. HEX triplet: 9B, BD and 5B. RGB value is (155,189,91). Sum of RGB (Red+Green+Blue) = 155+189+91=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD5B is #6442A4. Grayscale: #A8A8A8. Windows color (decimal): -6570661 or 6012315. OLE color: 6012315.

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

Color convert

RGB 155 189 91 -
CMYK 0.18 0 0.52 0.26
HSL 80.82º 0.43% 0.55% -
HSV(B) 80.82º 0.52% 0.74% -
XYZ 33.6 44.12 16.64 -
YUV 167.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 155 189 91 0.18 0 0.52 0.26 80.82 0.43 0.55
Hex 9B BD 5B 12 0 34 1A 51 2B 37
Octal 233 275 133 22 0 64 32 121 53 67
Binary 10011011 10111101 1011011 10010 0 110100 11010 1010001 101011 110111

Color Harmonies of #9BBD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD5B

Black with #9BBD5B

Text Example


Text Example

White with #9BBD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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