Html Css Color HEX #9DC05B Olivine

📋 copy color: '#9DC05B'

red 157 ◦ green 192 ◦ blue 91

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

Shades of Olivine #9DC05B

Tints of Olivine #9DC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 35.68%
G = 43.64%
B = 20.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#9DC05B (or 0x9DC05B) is known color: Olivine. HEX triplet: 9D, C0 and 5B. RGB value is (157,192,91). Sum of RGB (Red+Green+Blue) = 157+192+91=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC05B is #623FA4. Grayscale: #AAAAAA. Windows color (decimal): -6438821 or 6013085. OLE color: 6013085.

HSL color Cylindrical-coordinate representation of color #9DC05B: hue angle of 80.79º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DC05B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 91 -
CMYK 0.18 0 0.53 0.25
HSL 80.79º 0.44% 0.55% -
HSV(B) 80.79º 0.53% 0.75% -
XYZ 34.64 45.62 16.88 -
YUV 170.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 157 192 91 0.18 0 0.53 0.25 80.79 0.44 0.55
Hex 9D C0 5B 12 0 35 19 51 2C 37
Octal 235 300 133 22 0 65 31 121 54 67
Binary 10011101 11000000 1011011 10010 0 110101 11001 1010001 101100 110111

Color Harmonies of #9DC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC05B

Black with #9DC05B

Text Example


Text Example

White with #9DC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,91); }

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

background-color css

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

 a { background-color: rgb(157,192,91); }

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

border-color css

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

 span { border-color: rgb(157,192,91); }

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