Html Css Color HEX #9BBA68 Olivine

📋 copy color: '#9BBA68'

red 155 ◦ green 186 ◦ blue 104

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

Shades of Olivine #9BBA68

Tints of Olivine #9BBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 34.83%
G = 41.8%
B = 23.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#9BBA68 (or 0x9BBA68) is known color: Olivine. HEX triplet: 9B, BA and 68. RGB value is (155,186,104). Sum of RGB (Red+Green+Blue) = 155+186+104=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA68 is #644597. Grayscale: #A7A7A7. Windows color (decimal): -6571416 or 6863515. OLE color: 6863515.

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

Color convert

RGB 155 186 104 -
CMYK 0.17 0 0.44 0.27
HSL 82.68º 0.37% 0.57% -
HSV(B) 82.68º 0.44% 0.73% -
XYZ 33.58 43.09 19.64 -
YUV 167.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 155 186 104 0.17 0 0.44 0.27 82.68 0.37 0.57
Hex 9B BA 68 11 0 2C 1B 53 25 39
Octal 233 272 150 21 0 54 33 123 45 71
Binary 10011011 10111010 1101000 10001 0 101100 11011 1010011 100101 111001

Color Harmonies of #9BBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA68

Black with #9BBA68

Text Example


Text Example

White with #9BBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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