Html Css Color HEX #9CB565 Olivine

📋 copy color: '#9CB565'

red 156 ◦ green 181 ◦ blue 101

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

Shades of Olivine #9CB565

Tints of Olivine #9CB565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 35.62%
G = 41.32%
B = 23.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#9CB565 (or 0x9CB565) is known color: Olivine. HEX triplet: 9C, B5 and 65. RGB value is (156,181,101). Sum of RGB (Red+Green+Blue) = 156+181+101=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB565 is #634A9A. Grayscale: #A4A4A4. Windows color (decimal): -6507163 or 6665628. OLE color: 6665628.

HSL color Cylindrical-coordinate representation of color #9CB565: hue angle of 78.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CB565 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 101 -
CMYK 0.14 0 0.44 0.29
HSL 78.75º 0.35% 0.55% -
HSV(B) 78.75º 0.44% 0.71% -
XYZ 32.58 41.06 18.52 -
YUV 164.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 156 181 101 0.14 0 0.44 0.29 78.75 0.35 0.55
Hex 9C B5 65 E 0 2C 1D 4F 23 37
Octal 234 265 145 16 0 54 35 117 43 67
Binary 10011100 10110101 1100101 1110 0 101100 11101 1001111 100011 110111

Color Harmonies of #9CB565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB565

Black with #9CB565

Text Example


Text Example

White with #9CB565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,101); }

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

background-color css

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

 a { background-color: rgb(156,181,101); }

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

border-color css

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

 span { border-color: rgb(156,181,101); }

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