Html Css Color HEX #9CBB6E Olivine

📋 copy color: '#9CBB6E'

red 156 ◦ green 187 ◦ blue 110

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

Shades of Olivine #9CBB6E

Tints of Olivine #9CBB6E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 34.44%
G = 41.28%
B = 24.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9CBB6E (or 0x9CBB6E) is known color: Olivine. HEX triplet: 9C, BB and 6E. RGB value is (156,187,110). Sum of RGB (Red+Green+Blue) = 156+187+110=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB6E is #634491. Grayscale: #A9A9A9. Windows color (decimal): -6505618 or 7256988. OLE color: 7256988.

HSL color Cylindrical-coordinate representation of color #9CBB6E: hue angle of 84.16º 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 #9CBB6E is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 110 -
CMYK 0.17 0 0.41 0.27
HSL 84.16º 0.36% 0.58% -
HSV(B) 84.16º 0.41% 0.73% -
XYZ 34.3 43.73 21.39 -
YUV 168.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 156 187 110 0.17 0 0.41 0.27 84.16 0.36 0.58
Hex 9C BB 6E 11 0 29 1B 54 24 3A
Octal 234 273 156 21 0 51 33 124 44 72
Binary 10011100 10111011 1101110 10001 0 101001 11011 1010100 100100 111010

Color Harmonies of #9CBB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB6E

Black with #9CBB6E

Text Example


Text Example

White with #9CBB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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