Html Css Color HEX #9BBA78 Olivine

📋 copy color: '#9BBA78'

red 155 ◦ green 186 ◦ blue 120

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

Shades of Olivine #9BBA78

Tints of Olivine #9BBA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 33.62%
G = 40.35%
B = 26.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#9BBA78 (or 0x9BBA78) is known color: Olivine. HEX triplet: 9B, BA and 78. RGB value is (155,186,120). Sum of RGB (Red+Green+Blue) = 155+186+120=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA78 is #644587. Grayscale: #A9A9A9. Windows color (decimal): -6571400 or 7912091. OLE color: 7912091.

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

Color convert

RGB 155 186 120 -
CMYK 0.17 0 0.35 0.27
HSL 88.18º 0.32% 0.6% -
HSV(B) 88.18º 0.35% 0.73% -
XYZ 34.47 43.44 24.34 -
YUV 169.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 155 186 120 0.17 0 0.35 0.27 88.18 0.32 0.6
Hex 9B BA 78 11 0 23 1B 58 20 3C
Octal 233 272 170 21 0 43 33 130 40 74
Binary 10011011 10111010 1111000 10001 0 100011 11011 1011000 100000 111100

Color Harmonies of #9BBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA78

Black with #9BBA78

Text Example


Text Example

White with #9BBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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