Html Css Color HEX #9CBD5D Olivine

📋 copy color: '#9CBD5D'

red 156 ◦ green 189 ◦ blue 93

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

Shades of Olivine #9CBD5D

Tints of Olivine #9CBD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 35.62%
G = 43.15%
B = 21.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#9CBD5D (or 0x9CBD5D) is known color: Olivine. HEX triplet: 9C, BD and 5D. RGB value is (156,189,93). Sum of RGB (Red+Green+Blue) = 156+189+93=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD5D is #6342A2. Grayscale: #A8A8A8. Windows color (decimal): -6505123 or 6143388. OLE color: 6143388.

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

Color convert

RGB 156 189 93 -
CMYK 0.17 0 0.51 0.26
HSL 80.63º 0.42% 0.55% -
HSV(B) 80.63º 0.51% 0.74% -
XYZ 33.88 44.25 17.11 -
YUV 168.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 156 189 93 0.17 0 0.51 0.26 80.63 0.42 0.55
Hex 9C BD 5D 11 0 33 1A 51 2A 37
Octal 234 275 135 21 0 63 32 121 52 67
Binary 10011100 10111101 1011101 10001 0 110011 11010 1010001 101010 110111

Color Harmonies of #9CBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD5D

Black with #9CBD5D

Text Example


Text Example

White with #9CBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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