Html Css Color HEX #9BB36A Olivine

📋 copy color: '#9BB36A'

red 155 ◦ green 179 ◦ blue 106

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

Shades of Olivine #9BB36A

Tints of Olivine #9BB36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 35.23%
G = 40.68%
B = 24.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#9BB36A (or 0x9BB36A) is known color: Olivine. HEX triplet: 9B, B3 and 6A. RGB value is (155,179,106). Sum of RGB (Red+Green+Blue) = 155+179+106=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB36A is #644C95. Grayscale: #A3A3A3. Windows color (decimal): -6573206 or 6992795. OLE color: 6992795.

HSL color Cylindrical-coordinate representation of color #9BB36A: hue angle of 79.73º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BB36A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 179 106 -
CMYK 0.13 0 0.41 0.30
HSL 79.73º 0.32% 0.56% -
HSV(B) 79.73º 0.41% 0.7% -
XYZ 32.24 40.25 19.71 -
YUV 163.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 155 179 106 0.13 0 0.41 0.30 79.73 0.32 0.56
Hex 9B B3 6A D 0 29 1E 50 20 38
Octal 233 263 152 15 0 51 36 120 40 70
Binary 10011011 10110011 1101010 1101 0 101001 11110 1010000 100000 111000

Color Harmonies of #9BB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB36A

Black with #9BB36A

Text Example


Text Example

White with #9BB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,106); }

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

background-color css

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

 a { background-color: rgb(155,179,106); }

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

border-color css

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

 span { border-color: rgb(155,179,106); }

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