Html Css Color HEX #9BC15D Olivine

📋 copy color: '#9BC15D'

red 155 ◦ green 193 ◦ blue 93

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

Shades of Olivine #9BC15D

Tints of Olivine #9BC15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 35.15%
G = 43.76%
B = 21.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#9BC15D (or 0x9BC15D) is known color: Olivine. HEX triplet: 9B, C1 and 5D. RGB value is (155,193,93). Sum of RGB (Red+Green+Blue) = 155+193+93=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC15D is #643EA2. Grayscale: #AAAAAA. Windows color (decimal): -6569635 or 6144411. OLE color: 6144411.

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

Color convert

RGB 155 193 93 -
CMYK 0.20 0 0.52 0.24
HSL 82.8º 0.45% 0.56% -
HSV(B) 82.8º 0.52% 0.76% -
XYZ 34.56 45.9 17.39 -
YUV 170.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 155 193 93 0.20 0 0.52 0.24 82.8 0.45 0.56
Hex 9B C1 5D 14 0 34 18 53 2D 38
Octal 233 301 135 24 0 64 30 123 55 70
Binary 10011011 11000001 1011101 10100 0 110100 11000 1010011 101101 111000

Color Harmonies of #9BC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC15D

Black with #9BC15D

Text Example


Text Example

White with #9BC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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