Html Css Color HEX #9CBD5E Olivine

📋 copy color: '#9CBD5E'

red 156 ◦ green 189 ◦ blue 94

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

Shades of Olivine #9CBD5E

Tints of Olivine #9CBD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 35.54%
G = 43.05%
B = 21.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#9CBD5E (or 0x9CBD5E) is known color: Olivine. HEX triplet: 9C, BD and 5E. RGB value is (156,189,94). Sum of RGB (Red+Green+Blue) = 156+189+94=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD5E is #6342A1. Grayscale: #A8A8A8. Windows color (decimal): -6505122 or 6208924. OLE color: 6208924.

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

Color convert

RGB 156 189 94 -
CMYK 0.17 0 0.50 0.26
HSL 80.84º 0.42% 0.55% -
HSV(B) 80.84º 0.5% 0.74% -
XYZ 33.93 44.27 17.35 -
YUV 168.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 156 189 94 0.17 0 0.50 0.26 80.84 0.42 0.55
Hex 9C BD 5E 11 0 32 1A 51 2A 37
Octal 234 275 136 21 0 62 32 121 52 67
Binary 10011100 10111101 1011110 10001 0 110010 11010 1010001 101010 110111

Color Harmonies of #9CBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD5E

Black with #9CBD5E

Text Example


Text Example

White with #9CBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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