Html Css Color HEX #9BC266 Olivine

📋 copy color: '#9BC266'

red 155 ◦ green 194 ◦ blue 102

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

Shades of Olivine #9BC266

Tints of Olivine #9BC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

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

R = 34.37%
G = 43.02%
B = 22.62%

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

#9BC266 (or 0x9BC266) is known color: Olivine. HEX triplet: 9B, C2 and 66. RGB value is (155,194,102). Sum of RGB (Red+Green+Blue) = 155+194+102=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC266 is #643D99. Grayscale: #ACACAC. Windows color (decimal): -6569370 or 6734491. OLE color: 6734491.

HSL color Cylindrical-coordinate representation of color #9BC266: hue angle of 85.43º degrees, saturation: 0.43, 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 #9BC266 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 102 -
CMYK 0.20 0 0.47 0.24
HSL 85.43º 0.43% 0.58% -
HSV(B) 85.43º 0.47% 0.76% -
XYZ 35.21 46.51 19.69 -
YUV 171.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 155 194 102 0.20 0 0.47 0.24 85.43 0.43 0.58
Hex 9B C2 66 14 0 2F 18 55 2B 3A
Octal 233 302 146 24 0 57 30 125 53 72
Binary 10011011 11000010 1100110 10100 0 101111 11000 1010101 101011 111010

Color Harmonies of #9BC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC266

Black with #9BC266

Text Example


Text Example

White with #9BC266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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