Html Css Color HEX #9BC065 Olivine

📋 copy color: '#9BC065'

red 155 ◦ green 192 ◦ blue 101

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

Shades of Olivine #9BC065

Tints of Olivine #9BC065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

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

R = 34.6%
G = 42.86%
B = 22.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9BC065 (or 0x9BC065) is known color: Olivine. HEX triplet: 9B, C0 and 65. RGB value is (155,192,101). Sum of RGB (Red+Green+Blue) = 155+192+101=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC065 is #643F9A. Grayscale: #AAAAAA. Windows color (decimal): -6569883 or 6668443. OLE color: 6668443.

HSL color Cylindrical-coordinate representation of color #9BC065: hue angle of 84.4º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BC065 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 101 -
CMYK 0.19 0 0.47 0.25
HSL 84.4º 0.42% 0.57% -
HSV(B) 84.4º 0.47% 0.75% -
XYZ 34.72 45.61 19.29 -
YUV 170.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 155 192 101 0.19 0 0.47 0.25 84.4 0.42 0.57
Hex 9B C0 65 13 0 2F 19 54 2A 39
Octal 233 300 145 23 0 57 31 124 52 71
Binary 10011011 11000000 1100101 10011 0 101111 11001 1010100 101010 111001

Color Harmonies of #9BC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC065

Black with #9BC065

Text Example


Text Example

White with #9BC065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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