Html Css Color HEX #9BC965 Olivine

📋 copy color: '#9BC965'

red 155 ◦ green 201 ◦ blue 101

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

Shades of Olivine #9BC965

Tints of Olivine #9BC965

RGB

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

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

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

R = 33.92%
G = 43.98%
B = 22.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#9BC965 (or 0x9BC965) is known color: Olivine. HEX triplet: 9B, C9 and 65. RGB value is (155,201,101). Sum of RGB (Red+Green+Blue) = 155+201+101=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC965 is #64369A. Grayscale: #B0B0B0. Windows color (decimal): -6567579 or 6670747. OLE color: 6670747.

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

Color convert

RGB 155 201 101 -
CMYK 0.23 0 0.50 0.21
HSL 87.6º 0.48% 0.59% -
HSV(B) 87.6º 0.5% 0.79% -
XYZ 36.75 49.68 19.96 -
YUV 175.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 155 201 101 0.23 0 0.50 0.21 87.6 0.48 0.59
Hex 9B C9 65 17 0 32 15 58 30 3B
Octal 233 311 145 27 0 62 25 130 60 73
Binary 10011011 11001001 1100101 10111 0 110010 10101 1011000 110000 111011

Color Harmonies of #9BC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC965

Black with #9BC965

Text Example


Text Example

White with #9BC965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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