Html Css Color HEX #9BC45D Olivine

📋 copy color: '#9BC45D'

red 155 ◦ green 196 ◦ blue 93

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

Shades of Olivine #9BC45D

Tints of Olivine #9BC45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.14%

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

R = 34.91%
G = 44.14%
B = 20.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#9BC45D (or 0x9BC45D) is known color: Olivine. HEX triplet: 9B, C4 and 5D. RGB value is (155,196,93). Sum of RGB (Red+Green+Blue) = 155+196+93=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC45D is #643BA2. Grayscale: #ACACAC. Windows color (decimal): -6568867 or 6145179. OLE color: 6145179.

HSL color Cylindrical-coordinate representation of color #9BC45D: hue angle of 83.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BC45D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 93 -
CMYK 0.21 0 0.53 0.23
HSL 83.88º 0.47% 0.57% -
HSV(B) 83.88º 0.53% 0.77% -
XYZ 35.23 47.24 17.62 -
YUV 172 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 155 196 93 0.21 0 0.53 0.23 83.88 0.47 0.57
Hex 9B C4 5D 15 0 35 17 54 2F 39
Octal 233 304 135 25 0 65 27 124 57 71
Binary 10011011 11000100 1011101 10101 0 110101 10111 1010100 101111 111001

Color Harmonies of #9BC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC45D

Black with #9BC45D

Text Example


Text Example

White with #9BC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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