Html Css Color HEX #9BC165 Olivine

📋 copy color: '#9BC165'

red 155 ◦ green 193 ◦ blue 101

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

Shades of Olivine #9BC165

Tints of Olivine #9BC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 34.52%
G = 42.98%
B = 22.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9BC165 (or 0x9BC165) is known color: Olivine. HEX triplet: 9B, C1 and 65. RGB value is (155,193,101). Sum of RGB (Red+Green+Blue) = 155+193+101=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC165 is #643E9A. Grayscale: #ABABAB. Windows color (decimal): -6569627 or 6668699. OLE color: 6668699.

HSL color Cylindrical-coordinate representation of color #9BC165: hue angle of 84.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BC165 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 193 101 -
CMYK 0.20 0 0.48 0.24
HSL 84.78º 0.43% 0.58% -
HSV(B) 84.78º 0.48% 0.76% -
XYZ 34.94 46.05 19.36 -
YUV 171.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 155 193 101 0.20 0 0.48 0.24 84.78 0.43 0.58
Hex 9B C1 65 14 0 30 18 55 2B 3A
Octal 233 301 145 24 0 60 30 125 53 72
Binary 10011011 11000001 1100101 10100 0 110000 11000 1010101 101011 111010

Color Harmonies of #9BC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC165

Black with #9BC165

Text Example


Text Example

White with #9BC165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,101); }

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

background-color css

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

 a { background-color: rgb(155,193,101); }

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

border-color css

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

 span { border-color: rgb(155,193,101); }

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