Html Css Color HEX #9CBA6D Olivine

📋 copy color: '#9CBA6D'

red 156 ◦ green 186 ◦ blue 109

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

Shades of Olivine #9CBA6D

Tints of Olivine #9CBA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 34.59%
G = 41.24%
B = 24.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9CBA6D (or 0x9CBA6D) is known color: Olivine. HEX triplet: 9C, BA and 6D. RGB value is (156,186,109). Sum of RGB (Red+Green+Blue) = 156+186+109=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA6D is #634592. Grayscale: #A8A8A8. Windows color (decimal): -6505875 or 7191196. OLE color: 7191196.

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

Color convert

RGB 156 186 109 -
CMYK 0.16 0 0.41 0.27
HSL 83.38º 0.36% 0.58% -
HSV(B) 83.38º 0.41% 0.73% -
XYZ 34.03 43.29 21.03 -
YUV 168.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 156 186 109 0.16 0 0.41 0.27 83.38 0.36 0.58
Hex 9C BA 6D 10 0 29 1B 53 24 3A
Octal 234 272 155 20 0 51 33 123 44 72
Binary 10011100 10111010 1101101 10000 0 101001 11011 1010011 100100 111010

Color Harmonies of #9CBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA6D

Black with #9CBA6D

Text Example


Text Example

White with #9CBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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