Html Css Color HEX #9BC96D Olivine

📋 copy color: '#9BC96D'

red 155 ◦ green 201 ◦ blue 109

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

Shades of Olivine #9BC96D

Tints of Olivine #9BC96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 33.33%
G = 43.23%
B = 23.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#9BC96D (or 0x9BC96D) is known color: Olivine. HEX triplet: 9B, C9 and 6D. RGB value is (155,201,109). Sum of RGB (Red+Green+Blue) = 155+201+109=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC96D is #643692. Grayscale: #B1B1B1. Windows color (decimal): -6567571 or 7195035. OLE color: 7195035.

HSL color Cylindrical-coordinate representation of color #9BC96D: hue angle of 90º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC96D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 109 -
CMYK 0.23 0 0.46 0.21
HSL 90º 0.46% 0.61% -
HSV(B) 90º 0.46% 0.79% -
XYZ 37.16 49.85 22.13 -
YUV 176.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 155 201 109 0.23 0 0.46 0.21 90 0.46 0.61
Hex 9B C9 6D 17 0 2E 15 5A 2E 3D
Octal 233 311 155 27 0 56 25 132 56 75
Binary 10011011 11001001 1101101 10111 0 101110 10101 1011010 101110 111101

Color Harmonies of #9BC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC96D

Black with #9BC96D

Text Example


Text Example

White with #9BC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,109); }

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

background-color css

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

 a { background-color: rgb(155,201,109); }

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

border-color css

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

 span { border-color: rgb(155,201,109); }

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