Html Css Color HEX #9BCC5E Olivine

📋 copy color: '#9BCC5E'

red 155 ◦ green 204 ◦ blue 94

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

Shades of Olivine #9BCC5E

Tints of Olivine #9BCC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

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

R = 34.22%
G = 45.03%
B = 20.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#9BCC5E (or 0x9BCC5E) is known color: Olivine. HEX triplet: 9B, CC and 5E. RGB value is (155,204,94). Sum of RGB (Red+Green+Blue) = 155+204+94=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC5E is #6433A1. Grayscale: #B1B1B1. Windows color (decimal): -6566818 or 6212763. OLE color: 6212763.

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

Color convert

RGB 155 204 94 -
CMYK 0.24 0 0.54 0.2
HSL 86.73º 0.52% 0.58% -
HSV(B) 86.73º 0.54% 0.8% -
XYZ 37.13 50.96 18.47 -
YUV 176.81 81.27 112.44 -
System Red Green Blue C M Y K H S L
Decimal 155 204 94 0.24 0 0.54 0.2 86.73 0.52 0.58
Hex 9B CC 5E 18 0 36 14 57 34 3A
Octal 233 314 136 30 0 66 24 127 64 72
Binary 10011011 11001100 1011110 11000 0 110110 10100 1010111 110100 111010

Color Harmonies of #9BCC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCC5E

Black with #9BCC5E

Text Example


Text Example

White with #9BCC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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