Html Css Color HEX #9BC166 Olivine

📋 copy color: '#9BC166'

red 155 ◦ green 193 ◦ blue 102

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

Shades of Olivine #9BC166

Tints of Olivine #9BC166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 34.44%
G = 42.89%
B = 22.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#9BC166 (or 0x9BC166) is known color: Olivine. HEX triplet: 9B, C1 and 66. RGB value is (155,193,102). Sum of RGB (Red+Green+Blue) = 155+193+102=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC166 is #643E99. Grayscale: #ABABAB. Windows color (decimal): -6569626 or 6734235. OLE color: 6734235.

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

Color convert

RGB 155 193 102 -
CMYK 0.20 0 0.47 0.24
HSL 85.05º 0.42% 0.58% -
HSV(B) 85.05º 0.47% 0.76% -
XYZ 34.99 46.07 19.62 -
YUV 171.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 155 193 102 0.20 0 0.47 0.24 85.05 0.42 0.58
Hex 9B C1 66 14 0 2F 18 55 2A 3A
Octal 233 301 146 24 0 57 30 125 52 72
Binary 10011011 11000001 1100110 10100 0 101111 11000 1010101 101010 111010

Color Harmonies of #9BC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC166

Black with #9BC166

Text Example


Text Example

White with #9BC166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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