Html Css Color HEX #9DBA60 Olivine

📋 copy color: '#9DBA60'

red 157 ◦ green 186 ◦ blue 96

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

Shades of Olivine #9DBA60

Tints of Olivine #9DBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.37%

 BLUE value IS 96 (37.89% from 255) = 21.87%

R = 35.76%
G = 42.37%
B = 21.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9DBA60 (or 0x9DBA60) is known color: Olivine. HEX triplet: 9D, BA and 60. RGB value is (157,186,96). Sum of RGB (Red+Green+Blue) = 157+186+96=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA60 is #62459F. Grayscale: #A7A7A7. Windows color (decimal): -6440352 or 6339229. OLE color: 6339229.

HSL color Cylindrical-coordinate representation of color #9DBA60: hue angle of 79.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DBA60 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 186 96 -
CMYK 0.16 0 0.48 0.27
HSL 79.33º 0.39% 0.55% -
HSV(B) 79.33º 0.48% 0.73% -
XYZ 33.57 43.13 17.62 -
YUV 167.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 157 186 96 0.16 0 0.48 0.27 79.33 0.39 0.55
Hex 9D BA 60 10 0 30 1B 4F 27 37
Octal 235 272 140 20 0 60 33 117 47 67
Binary 10011101 10111010 1100000 10000 0 110000 11011 1001111 100111 110111

Color Harmonies of #9DBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA60

Black with #9DBA60

Text Example


Text Example

White with #9DBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,186,96); }

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

background-color css

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

 a { background-color: rgb(157,186,96); }

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

border-color css

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

 span { border-color: rgb(157,186,96); }

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