Html Css Color HEX #9CB46D Olivine

📋 copy color: '#9CB46D'

red 156 ◦ green 180 ◦ blue 109

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

Shades of Olivine #9CB46D

Tints of Olivine #9CB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

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

R = 35.06%
G = 40.45%
B = 24.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#9CB46D (or 0x9CB46D) is known color: Olivine. HEX triplet: 9C, B4 and 6D. RGB value is (156,180,109). Sum of RGB (Red+Green+Blue) = 156+180+109=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB46D is #634B92. Grayscale: #A4A4A4. Windows color (decimal): -6507411 or 7189660. OLE color: 7189660.

HSL color Cylindrical-coordinate representation of color #9CB46D: hue angle of 80.28º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB46D is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 109 -
CMYK 0.13 0 0.39 0.29
HSL 80.28º 0.32% 0.57% -
HSV(B) 80.28º 0.39% 0.71% -
XYZ 32.79 40.81 20.62 -
YUV 164.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 156 180 109 0.13 0 0.39 0.29 80.28 0.32 0.57
Hex 9C B4 6D D 0 27 1D 50 20 39
Octal 234 264 155 15 0 47 35 120 40 71
Binary 10011100 10110100 1101101 1101 0 100111 11101 1010000 100000 111001

Color Harmonies of #9CB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB46D

Black with #9CB46D

Text Example


Text Example

White with #9CB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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