Html Css Color HEX #9CBD6D Olivine

📋 copy color: '#9CBD6D'

red 156 ◦ green 189 ◦ blue 109

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

Shades of Olivine #9CBD6D

Tints of Olivine #9CBD6D

RGB

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

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

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

R = 34.36%
G = 41.63%
B = 24.01%

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

#9CBD6D (or 0x9CBD6D) is known color: Olivine. HEX triplet: 9C, BD and 6D. RGB value is (156,189,109). Sum of RGB (Red+Green+Blue) = 156+189+109=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD6D is #634292. Grayscale: #AAAAAA. Windows color (decimal): -6505107 or 7191964. OLE color: 7191964.

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

Color convert

RGB 156 189 109 -
CMYK 0.17 0 0.42 0.26
HSL 84.75º 0.38% 0.58% -
HSV(B) 84.75º 0.42% 0.74% -
XYZ 34.67 44.57 21.24 -
YUV 170.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 156 189 109 0.17 0 0.42 0.26 84.75 0.38 0.58
Hex 9C BD 6D 11 0 2A 1A 55 26 3A
Octal 234 275 155 21 0 52 32 125 46 72
Binary 10011100 10111101 1101101 10001 0 101010 11010 1010101 100110 111010

Color Harmonies of #9CBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD6D

Black with #9CBD6D

Text Example


Text Example

White with #9CBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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