Html Css Color HEX #9DCB5D Olivine

📋 copy color: '#9DCB5D'

red 157 ◦ green 203 ◦ blue 93

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

Shades of Olivine #9DCB5D

Tints of Olivine #9DCB5D

RGB

 RED value IS 157 (61.72% from 255) = 34.66%

 GREEN value IS 203 (79.69% from 255) = 44.81%

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

R = 34.66%
G = 44.81%
B = 20.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#9DCB5D (or 0x9DCB5D) is known color: Olivine. HEX triplet: 9D, CB and 5D. RGB value is (157,203,93). Sum of RGB (Red+Green+Blue) = 157+203+93=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB5D is #6234A2. Grayscale: #B1B1B1. Windows color (decimal): -6436003 or 6146973. OLE color: 6146973.

HSL color Cylindrical-coordinate representation of color #9DCB5D: hue angle of 85.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DCB5D is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 203 93 -
CMYK 0.23 0 0.54 0.20
HSL 85.09º 0.51% 0.58% -
HSV(B) 85.09º 0.54% 0.8% -
XYZ 37.24 50.67 18.17 -
YUV 176.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 157 203 93 0.23 0 0.54 0.20 85.09 0.51 0.58
Hex 9D CB 5D 17 0 36 14 55 33 3A
Octal 235 313 135 27 0 66 24 125 63 72
Binary 10011101 11001011 1011101 10111 0 110110 10100 1010101 110011 111010

Color Harmonies of #9DCB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB5D

Black with #9DCB5D

Text Example


Text Example

White with #9DCB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,93); }

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

background-color css

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

 a { background-color: rgb(157,203,93); }

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

border-color css

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

 span { border-color: rgb(157,203,93); }

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