Html Css Color HEX #9CBC5B Olivine

📋 copy color: '#9CBC5B'

red 156 ◦ green 188 ◦ blue 91

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

Shades of Olivine #9CBC5B

Tints of Olivine #9CBC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 35.86%
G = 43.22%
B = 20.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#9CBC5B (or 0x9CBC5B) is known color: Olivine. HEX triplet: 9C, BC and 5B. RGB value is (156,188,91). Sum of RGB (Red+Green+Blue) = 156+188+91=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC5B is #6343A4. Grayscale: #A7A7A7. Windows color (decimal): -6505381 or 6012060. OLE color: 6012060.

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

Color convert

RGB 156 188 91 -
CMYK 0.17 0 0.52 0.26
HSL 79.79º 0.42% 0.55% -
HSV(B) 79.79º 0.52% 0.74% -
XYZ 33.58 43.79 16.58 -
YUV 167.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 156 188 91 0.17 0 0.52 0.26 79.79 0.42 0.55
Hex 9C BC 5B 11 0 34 1A 50 2A 37
Octal 234 274 133 21 0 64 32 120 52 67
Binary 10011100 10111100 1011011 10001 0 110100 11010 1010000 101010 110111

Color Harmonies of #9CBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC5B

Black with #9CBC5B

Text Example


Text Example

White with #9CBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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