Html Css Color HEX #9CBD6E Olivine

📋 copy color: '#9CBD6E'

red 156 ◦ green 189 ◦ blue 110

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

Shades of Olivine #9CBD6E

Tints of Olivine #9CBD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.54%

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 34.29%
G = 41.54%
B = 24.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#9CBD6E (or 0x9CBD6E) is known color: Olivine. HEX triplet: 9C, BD and 6E. RGB value is (156,189,110). Sum of RGB (Red+Green+Blue) = 156+189+110=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD6E is #634291. Grayscale: #AAAAAA. Windows color (decimal): -6505106 or 7257500. OLE color: 7257500.

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

Color convert

RGB 156 189 110 -
CMYK 0.17 0 0.42 0.26
HSL 85.06º 0.37% 0.59% -
HSV(B) 85.06º 0.42% 0.74% -
XYZ 34.72 44.59 21.53 -
YUV 170.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 156 189 110 0.17 0 0.42 0.26 85.06 0.37 0.59
Hex 9C BD 6E 11 0 2A 1A 55 25 3B
Octal 234 275 156 21 0 52 32 125 45 73
Binary 10011100 10111101 1101110 10001 0 101010 11010 1010101 100101 111011

Color Harmonies of #9CBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD6E

Black with #9CBD6E

Text Example


Text Example

White with #9CBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,110); }

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

background-color css

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

 a { background-color: rgb(156,189,110); }

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

border-color css

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

 span { border-color: rgb(156,189,110); }

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