Html Css Color HEX #9BBA5D Olivine

📋 copy color: '#9BBA5D'

red 155 ◦ green 186 ◦ blue 93

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

Shades of Olivine #9BBA5D

Tints of Olivine #9BBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 35.71%
G = 42.86%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#9BBA5D (or 0x9BBA5D) is known color: Olivine. HEX triplet: 9B, BA and 5D. RGB value is (155,186,93). Sum of RGB (Red+Green+Blue) = 155+186+93=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA5D is #6445A2. Grayscale: #A6A6A6. Windows color (decimal): -6571427 or 6142619. OLE color: 6142619.

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

Color convert

RGB 155 186 93 -
CMYK 0.17 0 0.5 0.27
HSL 80º 0.4% 0.55% -
HSV(B) 80º 0.5% 0.73% -
XYZ 33.05 42.88 16.89 -
YUV 166.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 155 186 93 0.17 0 0.5 0.27 80 0.4 0.55
Hex 9B BA 5D 11 0 32 1B 50 28 37
Octal 233 272 135 21 0 62 33 120 50 67
Binary 10011011 10111010 1011101 10001 0 110010 11011 1010000 101000 110111

Color Harmonies of #9BBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA5D

Black with #9BBA5D

Text Example


Text Example

White with #9BBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,93); }

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

background-color css

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

 a { background-color: rgb(155,186,93); }

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

border-color css

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

 span { border-color: rgb(155,186,93); }

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