Html Css Color HEX #9CBA5D Olivine

📋 copy color: '#9CBA5D'

red 156 ◦ green 186 ◦ blue 93

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

Shades of Olivine #9CBA5D

Tints of Olivine #9CBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

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

R = 35.86%
G = 42.76%
B = 21.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#9CBA5D (or 0x9CBA5D) is known color: Olivine. HEX triplet: 9C, BA and 5D. RGB value is (156,186,93). Sum of RGB (Red+Green+Blue) = 156+186+93=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA5D is #6345A2. Grayscale: #A6A6A6. Windows color (decimal): -6505891 or 6142620. OLE color: 6142620.

HSL color Cylindrical-coordinate representation of color #9CBA5D: hue angle of 79.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CBA5D is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 93 -
CMYK 0.16 0 0.5 0.27
HSL 79.35º 0.4% 0.55% -
HSV(B) 79.35º 0.5% 0.73% -
XYZ 33.25 42.98 16.9 -
YUV 166.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 156 186 93 0.16 0 0.5 0.27 79.35 0.4 0.55
Hex 9C BA 5D 10 0 32 1B 4F 28 37
Octal 234 272 135 20 0 62 33 117 50 67
Binary 10011100 10111010 1011101 10000 0 110010 11011 1001111 101000 110111

Color Harmonies of #9CBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA5D

Black with #9CBA5D

Text Example


Text Example

White with #9CBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,186,93); }

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

background-color css

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

 a { background-color: rgb(156,186,93); }

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

border-color css

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

 span { border-color: rgb(156,186,93); }

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