Html Css Color HEX #9BCD5E Olivine

📋 copy color: '#9BCD5E'

red 155 ◦ green 205 ◦ blue 94

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

Shades of Olivine #9BCD5E

Tints of Olivine #9BCD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 34.14%
G = 45.15%
B = 20.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#9BCD5E (or 0x9BCD5E) is known color: Olivine. HEX triplet: 9B, CD and 5E. RGB value is (155,205,94). Sum of RGB (Red+Green+Blue) = 155+205+94=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD5E is #6432A1. Grayscale: #B1B1B1. Windows color (decimal): -6566562 or 6213019. OLE color: 6213019.

HSL color Cylindrical-coordinate representation of color #9BCD5E: hue angle of 87.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BCD5E is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 94 -
CMYK 0.24 0 0.54 0.20
HSL 87.03º 0.53% 0.59% -
HSV(B) 87.03º 0.54% 0.8% -
XYZ 37.37 51.44 18.55 -
YUV 177.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 155 205 94 0.24 0 0.54 0.20 87.03 0.53 0.59
Hex 9B CD 5E 18 0 36 14 57 35 3B
Octal 233 315 136 30 0 66 24 127 65 73
Binary 10011011 11001101 1011110 11000 0 110110 10100 1010111 110101 111011

Color Harmonies of #9BCD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD5E

Black with #9BCD5E

Text Example


Text Example

White with #9BCD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,94); }

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

background-color css

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

 a { background-color: rgb(155,205,94); }

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

border-color css

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

 span { border-color: rgb(155,205,94); }

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