Html Css Color HEX #9BC261 Olivine

📋 copy color: '#9BC261'

red 155 ◦ green 194 ◦ blue 97

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

Shades of Olivine #9BC261

Tints of Olivine #9BC261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.75%

R = 34.75%
G = 43.5%
B = 21.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#9BC261 (or 0x9BC261) is known color: Olivine. HEX triplet: 9B, C2 and 61. RGB value is (155,194,97). Sum of RGB (Red+Green+Blue) = 155+194+97=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC261 is #643D9E. Grayscale: #ABABAB. Windows color (decimal): -6569375 or 6406811. OLE color: 6406811.

HSL color Cylindrical-coordinate representation of color #9BC261: hue angle of 84.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BC261 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 97 -
CMYK 0.20 0 0.50 0.24
HSL 84.12º 0.44% 0.57% -
HSV(B) 84.12º 0.5% 0.76% -
XYZ 34.97 46.42 18.43 -
YUV 171.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 155 194 97 0.20 0 0.50 0.24 84.12 0.44 0.57
Hex 9B C2 61 14 0 32 18 54 2C 39
Octal 233 302 141 24 0 62 30 124 54 71
Binary 10011011 11000010 1100001 10100 0 110010 11000 1010100 101100 111001

Color Harmonies of #9BC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC261

Black with #9BC261

Text Example


Text Example

White with #9BC261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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