Html Css Color HEX #9CBC5E Olivine

📋 copy color: '#9CBC5E'

red 156 ◦ green 188 ◦ blue 94

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

Shades of Olivine #9CBC5E

Tints of Olivine #9CBC5E

RGB

 RED value IS 156 (61.33% from 255) = 35.62%

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 35.62%
G = 42.92%
B = 21.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#9CBC5E (or 0x9CBC5E) is known color: Olivine. HEX triplet: 9C, BC and 5E. RGB value is (156,188,94). Sum of RGB (Red+Green+Blue) = 156+188+94=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC5E is #6343A1. Grayscale: #A8A8A8. Windows color (decimal): -6505378 or 6208668. OLE color: 6208668.

HSL color Cylindrical-coordinate representation of color #9CBC5E: hue angle of 80.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CBC5E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 94 -
CMYK 0.17 0 0.50 0.26
HSL 80.43º 0.41% 0.55% -
HSV(B) 80.43º 0.5% 0.74% -
XYZ 33.71 43.84 17.28 -
YUV 167.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 156 188 94 0.17 0 0.50 0.26 80.43 0.41 0.55
Hex 9C BC 5E 11 0 32 1A 50 29 37
Octal 234 274 136 21 0 62 32 120 51 67
Binary 10011100 10111100 1011110 10001 0 110010 11010 1010000 101001 110111

Color Harmonies of #9CBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC5E

Black with #9CBC5E

Text Example


Text Example

White with #9CBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,94); }

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

background-color css

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

 a { background-color: rgb(156,188,94); }

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

border-color css

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

 span { border-color: rgb(156,188,94); }

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